ITextFrameFormatEffectiveData class
Contents
[
Hide
]ITextFrameFormatEffectiveData class
Immutable object which contains effective text frame formatting properties.
The ITextFrameFormatEffectiveData type exposes the following members:
Properties
Property | Description |
---|---|
text_style | Returns effective text’s style. Read-only ITextStyleEffectiveData . |
margin_left | Returns the left margin (points) in a TextFrame. Read-only float. |
margin_right | Returns the right margin (points) in a TextFrame. Read-only float. |
margin_top | Returns the top margin (points) in a TextFrame. Read-only float. |
margin_bottom | Returns the bottom margin (points) in a TextFrame. Read-only float. |
wrap_text | Returns if text is wrapped at TextFrame’s margins. Read-only bool. |
anchoring_type | Returns vertical anchor text in a TextFrame. Read-only TextAnchorType . |
center_text | Returns if text should be centered in box horizontally. Read-only bool. |
text_vertical_type | Returns text orientation. Read-only TextVerticalType . |
autofit_type | Returns text autofit mode. Read-only TextAutofitType . |
column_count | Specifies the number of columns of text in the bounding rectangle. Read-only int. |
column_spacing | Specifies the space between text columns in the text area (in points). Read-only float. |
Remarks
This interface is used together with the ITextFrameFormat
interface to return effective formatting values with inheritance applied.
See Also
- class
ITextFrameFormat
- module
aspose.slides
- library
Aspose.Slides