Colonne
Vue de l’ensemble
‘Column’ est une classe dans Aspose.Slides FOSS pour Java.Déduit de: ‘IColumn’.
Représente une colonne dans une table.
Cette classe fournit 17 méthodes pour travailler avec des objets de colonnes dans les programmes Java. Les méthodologies disponibles comprennent: Column, asICollection , aIEnumerable ; AsIPresentationComponent; AISlideComposent‘ ; 'get : getAsIBulkTextFormattable . , ’ getAsICellCollection’ ; ‘getColumnaFormat et 4 méthode supplémentaires. Tous les membres publics sont accessibles à toute application Java après l’installation du package Java Aspose.Slides FOSS. Propriétés : 'IBULKTeXTFormatable', 'ACC Collectione colonne, ‘formature’, representations slide`thwidth.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
width | double | Read | Gets the width. |
asICellCollection | ICellCollection | Read | Gets the as i cell collection. |
asIBulkTextFormattable | IBulkTextFormattable | Read | Gets the as i bulk text formattable. |
columnFormat | IColumnFormat | Read | Gets the column format. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
méthodes
| Signature | Description |
|---|---|
Column(gridColElement: Element, saveCallback: Runnable, cells: List<ICell>) | Creates a new Column backed by the given {@code <a:gridCol>} element. |
Column() | Creates a Column with no backing element. |
initInternal(gridColElement: Element, colIndex: int, tblElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide, table: ITable) → Column | Initializes this column from the given {@code <a:gridCol>} element and table context. |
getWidth() → double | Returns the width. |
setWidth(value: double) | Sets the width value. |
get(index: int) → ICell | Returns the cell at the given column index |
size() → int | |
getAsICellCollection() → ICellCollection | Returns the as i cell collection. |
getAsIBulkTextFormattable() → IBulkTextFormattable | Returns the as i bulk text formattable. |
getColumnFormat() → IColumnFormat | Returns the column format. |
setTextFormat(source: Object) | Sets the text format value. |
asICollection() → List<ICell> | Returns the column’s cells as a List |
asIEnumerable() → Iterable<ICell> | Returns the column’s cells as an Iterable |
getSlide() → IBaseSlide | Returns the slide. |
getPresentation() → IPresentation | Returns the presentation. |
asISlideComponent() → ISlideComponent | Returns this column as an ISlideComponent |
asIPresentationComponent() → IPresentationComponent | Returns this column as an IPresentationComponent |
Voir aussi
- Aspose.Slides - référence API d’entreprise