TextFrameFormat
General
TextFrameFormat is a class in Aspose.Slides for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
TextFrameFormat és una classe en Aspose.Slides per a Python. És heretat de: ゚PVIObject, ⌒ISlideComponentヽ , ゙IPresentationComponent .
Conté les propietats de format TextFrameFormat del TextFrame.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
slide | IBaseSlide | Read | Provides the slide that contains this text frame |
presentation | IPresentation | Read | Gives the presentation object owning this text frame |
as_i_presentation_component | IPresentationComponent | Read | Returns this text frame as an IPresentationComponent |
margin_left | float | Read | Specifies the left margin distance inside the text frame |
margin_right | float | Read | Specifies the right margin distance inside the text frame |
margin_top | float | Read | Specifies the top margin distance inside the text frame |
margin_bottom | float | Read | Specifies the bottom margin distance inside the text frame |
wrap_text | NullableBool | Read | Indicates whether text wrapping is enabled (nullable boolean) |
anchoring_type | TextAnchorType | Read | Defines how text is anchored within the frame |
center_text | NullableBool | Read | Determines if text is centered vertically (nullable boolean) |
text_vertical_type | TextVerticalType | Read | |
autofit_type | TextAutofitType | Read | |
column_count | int | Read | Sets the number of columns in the text frame |
column_spacing | float | Read | Defines the spacing between columns |
rotation_angle | float | Read | Specifies the rotation angle of the text frame in degrees |
transform | TextShapeType | Read | Indicates the shape type transformation applied to the text |
keep_text_flat | bool | Read | Determines whether text remains flat when the shape is rotated |
three_d_format | IThreeDFormat | Read | Provides access to 3‑D formatting settings for the text frame |
Mètodes
| Signature | Description |
|---|---|
__init__() |