com.aspose.slides
Class ParagraphFormatDataEx

java.lang.Object
  extended by com.aspose.slides.ParagraphFormatDataEx

public class ParagraphFormatDataEx
extends java.lang.Object

Immutable object which contains the paragraph's formatting properties.


Method Summary
 int getAlignment()
           Returns or sets the text alignment in a paragraph.
 char getBulletChar()
           Returns or sets the bullet char of a paragraph.
 java.awt.Color getBulletColor()
           
 FontDataEx getBulletFont()
           Returns or sets the bullet font of a paragraph.
 float getBulletHeight()
           Returns or sets the bullet height of a paragraph.
 byte getBulletType()
           Returns or sets the bullet type of a paragraph.
 PortionFormatDataEx getDefaultPortionFormat()
           Returns default portion format of a paragraph.
 float getDefaultTabSize()
           Returns or sets default tabulation size.
 short getDepth()
           Returns or sets a depth of a paragraph.
 boolean getEastAsianLineBreak()
           Determines whether the East Asian line break is used in a paragraph.
 int getFontAlignment()
           Returns or sets a font alignment in a paragraph.
 boolean getHangingPunctuation()
           Determines whether the hanging punctuation is used in a paragraph.
 float getIndent()
           Returns or sets text indentation in a paragraph.
 boolean getLatinLineBreak()
           Determines whether the Latin line break is used in a paragraph.
 float getMarginLeft()
           Returns or sets the left margin in a paragraph.
 float getMarginRight()
           Returns or sets the right margin in a paragraph.
 short getNumberedBulletStartWith()
           Returns or sets the first number which is used for group of numbered bullets.
 byte getNumberedBulletStyle()
           Returns or sets the style of a numbered bullet.
 PresentationEx getPresentation()
           Returns the parent presentation of a paragraph.
 boolean getRightToLeft()
           Determines whether the Right to Left writing is used in a paragraph.
 BaseSlideEx getSlide()
           Returns the parent slide of a paragraph.
 float getSpaceAfter()
           Returns or sets the amount of space after the last line in a paragraph.
 float getSpaceBefore()
           Returns or sets the amount of space before the first line in a paragraph.
 float getSpaceWithin()
           Returns or sets the amount of space between base lines in a paragraph.
 TabDataEx[] getTabs()
           Returns tabulations of a paragraph.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDepth

public short getDepth()

Returns or sets a depth of a paragraph. Readonly short.


getBulletType

public byte getBulletType()

Returns or sets the bullet type of a paragraph. Readonly BulletTypeEx.


getBulletChar

public char getBulletChar()

Returns or sets the bullet char of a paragraph. Readonly char.


getBulletFont

public FontDataEx getBulletFont()

Returns or sets the bullet font of a paragraph. Readonly FontDataEx.


getBulletHeight

public float getBulletHeight()

Returns or sets the bullet height of a paragraph. Readonly float.


getNumberedBulletStartWith

public short getNumberedBulletStartWith()

Returns or sets the first number which is used for group of numbered bullets. Readonly short.


getNumberedBulletStyle

public byte getNumberedBulletStyle()

Returns or sets the style of a numbered bullet. Readonly NumberedBulletStyleEx.


getAlignment

public int getAlignment()

Returns or sets the text alignment in a paragraph. Readonly TextAlignmentEx.


getSpaceWithin

public float getSpaceWithin()

Returns or sets the amount of space between base lines in a paragraph. Readonly float.


getSpaceBefore

public float getSpaceBefore()

Returns or sets the amount of space before the first line in a paragraph. Readonly float.


getSpaceAfter

public float getSpaceAfter()

Returns or sets the amount of space after the last line in a paragraph. Readonly float.


getEastAsianLineBreak

public boolean getEastAsianLineBreak()

Determines whether the East Asian line break is used in a paragraph. Readonly bool.


getRightToLeft

public boolean getRightToLeft()

Determines whether the Right to Left writing is used in a paragraph. Readonly bool.


getLatinLineBreak

public boolean getLatinLineBreak()

Determines whether the Latin line break is used in a paragraph. Read/write bool.


getHangingPunctuation

public boolean getHangingPunctuation()

Determines whether the hanging punctuation is used in a paragraph. Readonly bool.


getMarginLeft

public float getMarginLeft()

Returns or sets the left margin in a paragraph. Readonly float.


getMarginRight

public float getMarginRight()

Returns or sets the right margin in a paragraph. Readonly float.


getIndent

public float getIndent()

Returns or sets text indentation in a paragraph. Readonly float.


getDefaultTabSize

public float getDefaultTabSize()

Returns or sets default tabulation size. Readonly float.


getTabs

public TabDataEx[] getTabs()

Returns tabulations of a paragraph. Readonly array of TabEx.


getFontAlignment

public int getFontAlignment()

Returns or sets a font alignment in a paragraph. Read/write FontAlignmentEx.


getDefaultPortionFormat

public PortionFormatDataEx getDefaultPortionFormat()

Returns default portion format of a paragraph. Read-only PortionFormatDataEx.


getBulletColor

public java.awt.Color getBulletColor()

getSlide

public BaseSlideEx getSlide()

Returns the parent slide of a paragraph. Read-only BaseSlideEx.


getPresentation

public PresentationEx getPresentation()

Returns the parent presentation of a paragraph. Read-only PresentationEx.