public interface ITextFrameFormatEffectiveData
Immutable object which contains effective text frame formatting properties.
ITextFrameFormat
interface to return effective formatting values with inheritance applied.
Modifier and Type | Method and Description |
---|---|
byte |
getAnchoringType()
Returns vertical anchor text in a TextFrame.
|
byte |
getAutofitType()
Returns text autofit mode.
|
boolean |
getCenterText()
Returns if text should be centered in box horizontally.
|
double |
getMarginBottom()
Returns the bottom margin (points) in a TextFrame.
|
double |
getMarginLeft()
Returns the left margin (points) in a TextFrame.
|
double |
getMarginRight()
Returns the right margin (points) in a TextFrame.
|
double |
getMarginTop()
Returns the top margin (points) in a TextFrame.
|
ITextStyleEffectiveData |
getTextStyle()
Returns effective text's style.
|
byte |
getTextVerticalType()
Returns text orientation.
|
boolean |
getWrapText()
Returns if text is wrapped at TextFrame's margins.
|
ITextStyleEffectiveData getTextStyle()
Returns effective text's style.
Read-only ITextStyleEffectiveData
.
double getMarginLeft()
Returns the left margin (points) in a TextFrame.
Read-only double
.
double getMarginRight()
Returns the right margin (points) in a TextFrame.
Read-only double
.
double getMarginTop()
Returns the top margin (points) in a TextFrame.
Read-only double
.
double getMarginBottom()
Returns the bottom margin (points) in a TextFrame.
Read-only double
.
boolean getWrapText()
Returns if text is wrapped at TextFrame's margins.
Read-only boolean
.
byte getAnchoringType()
Returns vertical anchor text in a TextFrame.
Read-only TextAnchorType
.
boolean getCenterText()
Returns if text should be centered in box horizontally.
Read-only boolean
.
byte getTextVerticalType()
Returns text orientation.
Read-only TextVerticalType
.
byte getAutofitType()
Returns text autofit mode.
Read-only TextAutofitType
.