IRow
Vue de l’ensemble
‘IRow’ est une interface dans Aspose.Slides FOSS pour Java. hérite de: ‘ICellCollection’, ‘IBulkTextFormattable’.
Représente une ligne dans un tableau.
Cette interface fournit 15 méthodes pour travailler avec des objets IRow dans les programmes Java. Les méthodologies disponibles comprennent: asICollection, aIEnumerable , AISlideComponent ; get; ‘getAsIBulkTextFormattable : 'getaSicellCollection', 'GetaHeight: ‘geMinimalHeights. ' getPresentation… et 3 autres méthode. Tous les membres publics sont accessibles à toute application Java après l’installation de l’ASPOSE.Slides FOSS pour le package Java . Propriétés : IBULKTeXTFormatable‘ : ICell Collectionssight ́sightenessheight, 'minimal Height's, formats 1 et plus.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
height | double | Read | Returns the height of the row. |
minimalHeight | double | Read | Returns the minimal height of the row. |
rowFormat | IRowFormat | Read | Returns the RowFormat object that contains formatting properties for this row. |
asICellCollection | ICellCollection | Read | Allows to get base ICellCollection interface. |
asIBulkTextFormattable | IBulkTextFormattable | Read | Allows to get base IBulkTextFormattable interface. |
slide | IBaseSlide | Read | Returns the parent slide. |
presentation | IPresentation | Read | Returns the presentation containing this component. |
méthodes
| Signature | Description |
|---|---|
getHeight() → double | Returns the height of the row. |
getMinimalHeight() → double | Returns the minimal height of the row. |
setMinimalHeight(value: double) | Sets the minimal height of the row. |
getRowFormat() → IRowFormat | Returns the RowFormat object that contains formatting properties for this row. |
getAsICellCollection() → ICellCollection | Allows to get base ICellCollection interface. |
getAsIBulkTextFormattable() → IBulkTextFormattable | Allows to get base IBulkTextFormattable interface. |
get(index: int) → ICell | Gets the cell at the specified index. |
size() → int | Returns the number of cells in the collection. |
asISlideComponent() → ISlideComponent | Returns the base {@link ISlideComponent} interface. |
asICollection() → List<ICell> | Returns the collection as a {@link List}. |
asIEnumerable() → Iterable<ICell> | Returns the collection as an {@link Iterable}. |
getSlide() → IBaseSlide | Returns the parent slide. |
asIPresentationComponent() → IPresentationComponent | Returns the base {@link IPresentationComponent} interface. |
getPresentation() → IPresentation | Returns the presentation containing this component. |
setTextFormat(source: Object) | Sets the text format for all child text elements. |
Voir aussi
- Aspose.Slides - référence API d’entreprise