IRow
Vue de l’ensemble
‘IRow’ est une interface dans Aspose.Slides FOSS pour .NET. hérite de: ‘ICellCollection’, ‘IBulkTextFormattable’.
Représente une ligne dans un tableau.
Cette interface fournit 1 méthode pour travailler avec des objets IRow dans les programmes .NET. Les méthodes disponibles comprennent: ‘SetTextFormat’. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation de l’Aspouse.Slides FOSS pour le package .net. Propriétés: AsIBulkTeXTFormattable, AssICellCollection , AsiCollection', ASIEnumerable` 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 | Returns this instance as an ICellCollection. |
AsIBulkTextFormattable | IBulkTextFormattable | Read | Returns this instance as an IBulkTextFormattable. |
Count | int | Read | Gets the number of cells in the collection. |
Slide | IBaseSlide? | Read | Gets the slide that owns this collection. |
Presentation | IPresentation? | Read | Gets the presentation that owns this collection. |
AsICollection | IList<ICell> | Read | Returns a new list copy of the cells in this collection. |
AsIEnumerable | IEnumerable<ICell> | Read | Returns a fresh enumerable over the cells in this collection. |
AsISlideComponent | ISlideComponent | Read | Returns this instance as an ISlideComponent. |
AsIPresentationComponent | IPresentationComponent | Read | Returns this instance as an IPresentationComponent. |
méthodes
| Signature | Description |
|---|---|
SetTextFormat(source: IBasePortionFormat) | Applies the specified portion format to all text within this object. |
Voir aussi
- Aspose.Slides - référence API d’entreprise