ITextFrame
Vue de l’ensemble
‘ITextFrame’ est une interface dans Aspose.Slides FOSS pour .NET.
Il représente le cadre texte d’une forme ou de cellule.
Propriétés : ‘AsISlideComponent’, ‘Paragraphs’, ’ParentCell’, `ParantShape’, ‘Text’, ‘TexFrameFormat’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
Paragraphs | IParagraphCollection | Read | Gets the collection of paragraphs in this text frame. |
Text | string | Read/Write | Gets or sets the plain text for this text frame. |
TextFrameFormat | ITextFrameFormat | Read | Gets the formatting object for this text frame. |
ParentShape | IShape? | Read | Gets the parent shape, or null if the parent does not implement IShape. |
ParentCell | ICell? | Read | Gets the parent cell, or null if the parent does not implement ICell. |
AsISlideComponent | ISlideComponent | Read | Returns this instance viewed as an ISlideComponent. |
Voir aussi
- Aspose.Slides - référence API d’entreprise