ITextFrameFormat

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


Properties

PropertyTypeAccessDescription
margin_leftfloatRead / WriteThe margin_left value.
margin_rightfloatRead / WriteThe margin_right value.
margin_topfloatRead / WriteThe margin_top value.
margin_bottomfloatRead / WriteThe margin_bottom value.
wrap_textNullableBoolRead / WriteWhether wrap_text is enabled.
anchoring_typeTextAnchorTypeRead / WriteThe anchoring_type value.
center_textNullableBoolRead / WriteWhether center_text is enabled.
text_vertical_typeTextVerticalTypeRead / WriteThe text_vertical_type value.
autofit_typeTextAutofitTypeRead / WriteThe autofit_type value.
column_countintRead / WriteThe column_count value.
column_spacingfloatRead / WriteThe column_spacing value.
three_d_formatIThreeDFormatRead-onlyThe three_d_format value.
keep_text_flatboolRead / WriteWhether keep_text_flat is enabled.
rotation_anglefloatRead / WriteThe rotation_angle value.
transformTextShapeTypeRead / WriteThe transform value.

See Also