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

PropertyTypeAccessDescription
slideIBaseSlideRead-only
presentationIPresentationRead-only
as_i_presentation_componentIPresentationComponentRead-only
margin_leftfloatRead / Write
margin_rightfloatRead / Write
margin_topfloatRead / Write
margin_bottomfloatRead / Write
wrap_textNullableBoolRead / Write
anchoring_typeTextAnchorTypeRead / Write
center_textNullableBoolRead / Write
text_vertical_typeTextVerticalTypeRead / Write
autofit_typeTextAutofitTypeRead / Write
column_countintRead / Write
column_spacingfloatRead / Write
rotation_anglefloatRead / Write
transformTextShapeTypeRead / Write
keep_text_flatboolRead / Write
three_d_formatIThreeDFormatRead-only

See Also