Row
Vue de l’ensemble
‘Row’ est une classe dans Aspose.Slides FOSS pour .NET. Il s’agit de : ‘CellCollection’, ‘IRow’, `IBulkTextFormattable’.
Il représente une ligne de table comme une collection de cellules.
Cette classe fournit 4 méthodes pour travailler avec les objets Row dans des programmes .NET. Les méthodologies disponibles comprennent: ‘GetEnumerator’, ‘SetTextFormat’. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation de l’Aspose.Slides FOSS pour le package .net. Propriétés: AsIBulkTeXTFormattable, AssICellCollection , AsICollection‘, 'AsIEnumérable et 6 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
Height | float | Read | Gets the actual computed height of the row in points. |
MinimalHeight | float | Read/Write | Gets or sets the minimal possible height of the row in points. |
RowFormat | IRowFormat | Read | Gets the formatting properties for this row. |
AsICellCollection | ICellCollection | Read | Gets this row as an ICellCollection. |
AsIBulkTextFormattable | IBulkTextFormattable | Read | Gets this row as an IBulkTextFormattable. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
AsISlideComponent | ISlideComponent | Read | Gets the as i slide component. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
AsICollection | IList<ICell> | Read | Gets the as i collection. |
AsIEnumerable | IEnumerable<ICell> | Read | Gets the as i enumerable. |
Count | int | Read | Gets the count. |
méthodes
| Signature | Description |
|---|---|
SetTextFormat(source: IBasePortionFormat) | Sets the text format value. |
SetTextFormat(source: IParagraphFormat) | Sets the text format value. |
SetTextFormat(source: ITextFrameFormat) | Sets the text format value. |
GetEnumerator() | Calls GetEnumerator on this Row instance. |
Voir aussi
- Aspose.Slides - référence API d’entreprise