ITextFrameFormat — Aspose.Slides FOSS Python API Reference
Overview
ITextFrameFormat defines formatting options for i text frame. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.
Package: aspose.slides_foss
Description
ITextFrameFormat is a class in the Aspose.Slides FOSS library for Python that exposes 0 methods and 15 properties for programmatic use. It extends ABC, inheriting shared functionality from its parent type.
Core capabilities include: float; float; float. These operations enable developers to integrate itextframeformat functionality directly into Python applications.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
margin_left | float | Read / Write | The margin_left value. |
margin_right | float | Read / Write | The margin_right value. |
margin_top | float | Read / Write | The margin_top value. |
margin_bottom | float | Read / Write | The margin_bottom value. |
wrap_text | NullableBool | Read / Write | Whether wrap_text is enabled. |
anchoring_type | TextAnchorType | Read / Write | The anchoring_type value. |
center_text | NullableBool | Read / Write | Whether center_text is enabled. |
text_vertical_type | TextVerticalType | Read / Write | The text_vertical_type value. |
autofit_type | TextAutofitType | Read / Write | The autofit_type value. |
column_count | int | Read / Write | The column_count value. |
column_spacing | float | Read / Write | The column_spacing value. |
three_d_format | IThreeDFormat | Read-only | The three_d_format value. |
keep_text_flat | bool | Read / Write | Whether keep_text_flat is enabled. |
rotation_angle | float | Read / Write | The rotation_angle value. |
transform | TextShapeType | Read / Write | The transform value. |