TextFrameFormat
Overview
TextFrameFormat is a class in Aspose.Slides FOSS for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
Contains the TextFrame’s formatTextFrameFormatting properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
slide | IBaseSlide | Read | Gets the slide that owns this text frame |
presentation | IPresentation | Read | Gets the presentation containing this text frame |
as_i_presentation_component | IPresentationComponent | Read | Provides the text frame as a presentation component |
margin_left | float | Read | Returns or sets the left margin (points) in a TextFrame. |
margin_right | float | Read | Returns or sets the right margin (points) in a TextFrame. |
margin_top | float | Read | Returns or sets the top margin (points) in a TextFrame. |
margin_bottom | float | Read | Returns or sets the bottom margin (points) in a TextFrame. |
wrap_text | NullableBool | Read | True if text is wrapped at TextFrame’s margins. |
anchoring_type | TextAnchorType | Read | Returns or sets vertical anchor text in a TextFrame. |
center_text | NullableBool | Read | If NullableBool.True then text should be centered in box horizontally. |
text_vertical_type | TextVerticalType | Read | Determines text orientation. |
autofit_type | TextAutofitType | Read | Returns or sets text’s autofit mode. |
column_count | int | Read | Returns or sets number of columns in the text area. |
column_spacing | float | Read | Returns or sets the space between text columns (in points). |
rotation_angle | float | Read | Specifies custom the rotation that is being applied to the text within the bounding box. |
transform | TextShapeType | Read | Gets or sets text wrapping shape. |
keep_text_flat | bool | Read | Gets or sets keeping text flat even if a 3-D Rotation effect was applied. |
three_d_format | IThreeDFormat | Read | Returns the ThreeDFormat object that represents 3d effect properties for a text. |
Methods
| Signature | Description |
|---|---|
__init__() |