IParagraphFormatEffectiveData

public interface IParagraphFormatEffectiveData

Immutable object which contains effective paragraph formatting properties.


This interface is used together with the IParagraphFormat interface to return effective formatting values with inheritance applied.

Methods

MethodDescription
getBullet()Returns a bullet format of a paragraph.
getDepth()Returns a depth of a paragraph.
getAlignment()Returns the text alignment in a paragraph.
getSpaceWithin()Returns the amount of space between base lines in a paragraph.
getSpaceBefore()Returns the amount of space before the first line in a paragraph.
getSpaceAfter()Returns the amount of space after the last line in a paragraph.
getEastAsianLineBreak()Determines whether the East Asian line break is used in a paragraph.
getRightToLeft()Determines whether the Right to Left writing is used in a paragraph.
getLatinLineBreak()Determines whether the Latin line break is used in a paragraph.
getHangingPunctuation()Determines whether the hanging punctuation is used in a paragraph.
getMarginLeft()Returns the left margin in a paragraph.
getMarginRight()Returns the right margin in a paragraph.
getIndent()Returns paragraph First Line Indent/Hanging Indent.
getDefaultTabSize()Returns default tabulation size.
getTabs()Returns tabulations of a paragraph.
getFontAlignment()Returns a font alignment in a paragraph.
getDefaultPortionFormat()Returns default portion format of a paragraph.

getBullet()

public abstract IBulletFormatEffectiveData getBullet()

Returns a bullet format of a paragraph. Read-only IBulletFormatEffectiveData.

Returns: IBulletFormatEffectiveData

getDepth()

public abstract short getDepth()

Returns a depth of a paragraph. Read-only short.

Returns: short

getAlignment()

public abstract int getAlignment()

Returns the text alignment in a paragraph. Read-only TextAlignment.

Returns: int

getSpaceWithin()

public abstract float getSpaceWithin()

Returns the amount of space between base lines in a paragraph. Read-only float.

Returns: float

getSpaceBefore()

public abstract float getSpaceBefore()

Returns the amount of space before the first line in a paragraph. Read-only float.

Returns: float

getSpaceAfter()

public abstract float getSpaceAfter()

Returns the amount of space after the last line in a paragraph. Read-only float.

Returns: float

getEastAsianLineBreak()

public abstract boolean getEastAsianLineBreak()

Determines whether the East Asian line break is used in a paragraph. Read-only boolean.

Returns: boolean

getRightToLeft()

public abstract boolean getRightToLeft()

Determines whether the Right to Left writing is used in a paragraph. Read-only boolean.

Returns: boolean

getLatinLineBreak()

public abstract boolean getLatinLineBreak()

Determines whether the Latin line break is used in a paragraph. Read-only boolean.

Returns: boolean

getHangingPunctuation()

public abstract boolean getHangingPunctuation()

Determines whether the hanging punctuation is used in a paragraph. Read-only boolean.

Returns: boolean

getMarginLeft()

public abstract float getMarginLeft()

Returns the left margin in a paragraph. Read-only float.

Returns: float

getMarginRight()

public abstract float getMarginRight()

Returns the right margin in a paragraph. Read-only float.

Returns: float

getIndent()

public abstract float getIndent()

Returns paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values. Read-only float.

Returns: float

getDefaultTabSize()

public abstract float getDefaultTabSize()

Returns default tabulation size. Read-only float.

Returns: float

getTabs()

public abstract ITabEffectiveData[] getTabs()

Returns tabulations of a paragraph. Read-only ITabEffectiveData[].

Returns: com.aspose.slides.ITabEffectiveData[]

getFontAlignment()

public abstract int getFontAlignment()

Returns a font alignment in a paragraph. Read-only FontAlignment.

Returns: int

getDefaultPortionFormat()

public abstract IPortionFormatEffectiveData getDefaultPortionFormat()

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

Returns: IPortionFormatEffectiveData