TextFrameFormat
Vue de l’ensemble
‘TextFrameFormat’ est une classe dans Aspose.Slides FOSS pour Python.Déduit de: PVIObject, ISlideComponent et IPresentationComposant.
Il contient les propriétés de format TextFrame.
Cette classe fournit 1 méthode pour travailler avec les objets TextFrameFormat dans les programmes Python. Les méthodes disponibles comprennent: __init__. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.Slides FOSS pour le package Pyathon. Propriétés: ‘anchoring_type’, ‘as_i_presentation_component’, autofit_tipe, ‘center_text , 'column_count et 12 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |
margin_left | float | Read/Write | Returns or sets the left margin (points) in a TextFrame. |
margin_right | float | Read/Write | Returns or sets the right margin (points) in a TextFrame. |
margin_top | float | Read/Write | Returns or sets the top margin (points) in a TextFrame. |
margin_bottom | float | Read/Write | Returns or sets the bottom margin (points) in a TextFrame. |
wrap_text | NullableBool | Read/Write | True if text is wrapped at TextFrame’s margins. |
anchoring_type | TextAnchorType | Read/Write | Returns or sets vertical anchor text in a TextFrame. |
center_text | NullableBool | Read/Write | If NullableBool.True then text should be centered in box horizontally. |
text_vertical_type | TextVerticalType | Read/Write | Determines text orientation. |
autofit_type | TextAutofitType | Read/Write | Returns or sets text’s autofit mode. |
column_count | int | Read/Write | Returns or sets number of columns in the text area. |
column_spacing | float | Read/Write | Returns or sets the space between text columns (in points). |
rotation_angle | float | Read/Write | Specifies custom the rotation that is being applied to the text within the bounding box. |
transform | TextShapeType | Read/Write | Gets or sets text wrapping shape. |
keep_text_flat | bool | Read/Write | Gets or sets keeping text flat even if a 3-D Rotation effect was applied. |
three_d_format | IThreeDFormat | Read | Returns the ThreeDFormat object that represents 3d effect properties for a text. |
méthodes
| Signature | Description |
|---|---|
__init__() |
Voir aussi
- Aspose.Slides - référence API d’entreprise