TextFrame
Vue de l’ensemble
‘TextFrame’ est une classe dans Aspose.Slides FOSS pour Python.Déduit de: ‘ITextFrome’, ‘ISlideComponent’, `IPresentationComposant’.
Il représente un texte.
Propriétés : as_i_presentation_component, a_is_slide_conponente , ‘paragraphe` et 3 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
paragraphs | IParagraphCollection | Read | Returns the list of all paragraphs in a frame. |
text | str | Read/Write | Gets or sets the plain text for a TextFrame. |
text_frame_format | ITextFrameFormat | Read | Returns the formatting object for this TextFrame object. |
slide | IBaseSlide | Read | Returns the parent slide of a TextFrame. |
presentation | IPresentation | Read | Returns the parent presentation of a TextFrame. |
parent_shape | IShape | Read | Returns the parent shape or null if the parent object does not implement the IShape interface Read-only . |
parent_cell | ICell | Read | Returns the parent cell or null if the parent object does not implement the ICell interface. |
as_i_slide_component | ISlideComponent | Read | Gets the as i slide component. |
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |
Voir aussi
- Aspose.Slides - référence API d’entreprise