TextFrameFormat

Overview

TextFrameFormat is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Contains the TextFrame’s formatTextFrameFormatting properties.

Properties

NameTypeAccessDescription
slideIBaseSlideReadGets the slide that owns this text frame
presentationIPresentationReadGets the presentation containing this text frame
as_i_presentation_componentIPresentationComponentReadProvides the text frame as a presentation component
margin_leftfloatReadReturns or sets the left margin (points) in a TextFrame.
margin_rightfloatReadReturns or sets the right margin (points) in a TextFrame.
margin_topfloatReadReturns or sets the top margin (points) in a TextFrame.
margin_bottomfloatReadReturns or sets the bottom margin (points) in a TextFrame.
wrap_textNullableBoolReadTrue if text is wrapped at TextFrame’s margins.
anchoring_typeTextAnchorTypeReadReturns or sets vertical anchor text in a TextFrame.
center_textNullableBoolReadIf NullableBool.True then text should be centered in box horizontally.
text_vertical_typeTextVerticalTypeReadDetermines text orientation.
autofit_typeTextAutofitTypeReadReturns or sets text’s autofit mode.
column_countintReadReturns or sets number of columns in the text area.
column_spacingfloatReadReturns or sets the space between text columns (in points).
rotation_anglefloatReadSpecifies custom the rotation that is being applied to the text within the bounding box.
transformTextShapeTypeReadGets or sets text wrapping shape.
keep_text_flatboolReadGets or sets keeping text flat even if a 3-D Rotation effect was applied.
three_d_formatIThreeDFormatReadReturns the ThreeDFormat object that represents 3d effect properties for a text.

Methods

SignatureDescription
__init__()

See Also