TextFrameFormat — Aspose.Slides FOSS Python API Reference
TextFrameFormat — Defines formatting options for text frame. Inherits from: PVIObject.
Package: aspose.slides_foss
Constructor
obj = TextFrameFormat()Properties
| Property | Type | Access | Description |
|---|---|---|---|
slide | IBaseSlide | Read-only | |
presentation | IPresentation | Read-only | |
as_i_presentation_component | IPresentationComponent | Read-only | |
margin_left | float | Read / Write | |
margin_right | float | Read / Write | |
margin_top | float | Read / Write | |
margin_bottom | float | Read / Write | |
wrap_text | NullableBool | Read / Write | |
anchoring_type | TextAnchorType | Read / Write | |
center_text | NullableBool | Read / Write | |
text_vertical_type | TextVerticalType | Read / Write | |
autofit_type | TextAutofitType | Read / Write | |
column_count | int | Read / Write | |
column_spacing | float | Read / Write | |
rotation_angle | float | Read / Write | |
transform | TextShapeType | Read / Write | |
keep_text_flat | bool | Read / Write | |
three_d_format | IThreeDFormat | Read-only |