ITextFrameFormatEffectiveData Interface |
Namespace: Aspose.Slides
The ITextFrameFormatEffectiveData type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnchoringType |
Returns vertical anchor text in a TextFrame.
Read-only TextAnchorType.
|
![]() | AutofitType |
Returns text autofit mode.
Read-only TextAutofitType.
|
![]() | CenterText |
Returns if text should be centered in box horizontally.
Read-only Boolean.
|
![]() | ColumnCount |
Specifies the number of columns of text in the bounding rectangle.
Read-only Int32.
|
![]() | ColumnSpacing |
Specifies the space between text columns in the text area (in points).
Read-only Single.
|
![]() | MarginBottom |
Returns the bottom margin (points) in a TextFrame.
Read-only Double.
|
![]() | MarginLeft |
Returns the left margin (points) in a TextFrame.
Read-only Double.
|
![]() | MarginRight |
Returns the right margin (points) in a TextFrame.
Read-only Double.
|
![]() | MarginTop |
Returns the top margin (points) in a TextFrame.
Read-only Double.
|
![]() | TextStyle |
Returns effective text's style.
Read-only ITextStyleEffectiveData.
|
![]() | TextVerticalType |
Returns text orientation.
Read-only TextVerticalType.
|
![]() | WrapText |
Returns if text is wrapped at TextFrame's margins.
Read-only Boolean.
|