TextFrameFormat

Overview

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

Contains the TextFrame’s formatTextFrameFormatting properties.

This class provides 1 method for working with TextFrameFormat objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: anchoring_type, as_i_presentation_component, autofit_type, center_text, column_count, column_spacing, and 12 more.

Properties

NameTypeAccessDescription
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
margin_leftfloatRead/WriteReturns or sets the left margin (points) in a TextFrame.
margin_rightfloatRead/WriteReturns or sets the right margin (points) in a TextFrame.
margin_topfloatRead/WriteReturns or sets the top margin (points) in a TextFrame.
margin_bottomfloatRead/WriteReturns or sets the bottom margin (points) in a TextFrame.
wrap_textNullableBoolRead/WriteTrue if text is wrapped at TextFrame’s margins.
anchoring_typeTextAnchorTypeRead/WriteReturns or sets vertical anchor text in a TextFrame.
center_textNullableBoolRead/WriteIf NullableBool.True then text should be centered in box horizontally.
text_vertical_typeTextVerticalTypeRead/WriteDetermines text orientation.
autofit_typeTextAutofitTypeRead/WriteReturns or sets text’s autofit mode.
column_countintRead/WriteReturns or sets number of columns in the text area.
column_spacingfloatRead/WriteReturns or sets the space between text columns (in points).
rotation_anglefloatRead/WriteSpecifies custom the rotation that is being applied to the text within the bounding box.
transformTextShapeTypeRead/WriteGets or sets text wrapping shape.
keep_text_flatboolRead/WriteGets 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