public interface IParagraphFormatEffectiveData
Immutable object which contains effective paragraph formatting properties.
IParagraphFormat
interface to return effective formatting values with inheritance applied.
Modifier and Type | Method and Description |
---|---|
int |
getAlignment()
Returns the text alignment in a paragraph.
|
IBulletFormatEffectiveData |
getBullet()
Returns a bullet format of a paragraph.
|
IPortionFormatEffectiveData |
getDefaultPortionFormat()
Returns default portion format of a paragraph.
|
float |
getDefaultTabSize()
Returns default tabulation size.
|
short |
getDepth()
Returns a depth of a paragraph.
|
boolean |
getEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph.
|
int |
getFontAlignment()
Returns a font alignment in a paragraph.
|
boolean |
getHangingPunctuation()
Determines whether the hanging punctuation is used in a paragraph.
|
float |
getIndent()
Returns paragraph First Line Indent/Hanging Indent.
|
boolean |
getLatinLineBreak()
Determines whether the Latin line break is used in a paragraph.
|
float |
getMarginLeft()
Returns the left margin in a paragraph.
|
float |
getMarginRight()
Returns the right margin in a paragraph.
|
boolean |
getRightToLeft()
Determines whether the Right to Left writing is used in a paragraph.
|
float |
getSpaceAfter()
Returns the amount of space after the last line in a paragraph.
|
float |
getSpaceBefore()
Returns the amount of space before the first line in a paragraph.
|
float |
getSpaceWithin()
Returns the amount of space between base lines in a paragraph.
|
ITabEffectiveData[] |
getTabs()
Returns tabulations of a paragraph.
|
IBulletFormatEffectiveData getBullet()
Returns a bullet format of a paragraph.
Read-only IBulletFormatEffectiveData
.
short getDepth()
Returns a depth of a paragraph.
Read-only short
.
int getAlignment()
Returns the text alignment in a paragraph.
Read-only TextAlignment
.
float getSpaceWithin()
Returns the amount of space between base lines in a paragraph.
Read-only float
.
float getSpaceBefore()
Returns the amount of space before the first line in a paragraph.
Read-only float
.
float getSpaceAfter()
Returns the amount of space after the last line in a paragraph.
Read-only float
.
boolean getEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph.
Read-only boolean
.
boolean getRightToLeft()
Determines whether the Right to Left writing is used in a paragraph.
Read-only boolean
.
boolean getLatinLineBreak()
Determines whether the Latin line break is used in a paragraph.
Read-only boolean
.
boolean getHangingPunctuation()
Determines whether the hanging punctuation is used in a paragraph.
Read-only boolean
.
float getMarginLeft()
Returns the left margin in a paragraph.
Read-only float
.
float getMarginRight()
Returns the right margin in a paragraph.
Read-only float
.
float getIndent()
Returns paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values.
Read-only float
.
float getDefaultTabSize()
Returns default tabulation size.
Read-only float
.
ITabEffectiveData[] getTabs()
Returns tabulations of a paragraph.
Read-only ITabEffectiveData[]
.
int getFontAlignment()
Returns a font alignment in a paragraph.
Read-only FontAlignment
.
IPortionFormatEffectiveData getDefaultPortionFormat()
Returns default portion format of a paragraph.
Read-only IPortionFormatEffectiveData
.