IColumn
Vue de l’ensemble
‘IColumn’ est une interface dans Aspose.Slides FOSS pour Java. hérite de: ICellCollection, IBulkTextFormattable.
Représente une colonne dans une table.
Cette interface fournit 14 méthodes pour travailler avec des objets IColumn dans les programmes Java. Les méthodologies disponibles comprennent: asICollection, aIEnumerable , AISlideComponent ; get; getaAsIBulkTextFormattable : ‘getAsICellCollection’ : ‘getColumnFormat: 'GetaPresentation . getSlides et 2 méthode supplémentaires. 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 : Icole-collections c’est la colonne, la forme, l ́image, le width.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
width | double | Read | Returns or sets the width of a column. |
asICellCollection | ICellCollection | Read | Allows to get base ICellCollection interface. |
asIBulkTextFormattable | IBulkTextFormattable | Read | Allows to get base IBulkTextFormattable interface. |
columnFormat | IColumnFormat | Read | Returns the ColumnFormat object that contains formatting properties for this column. |
slide | IBaseSlide | Read | Returns the parent slide. |
presentation | IPresentation | Read | Returns the presentation containing this component. |
méthodes
| Signature | Description |
|---|---|
getWidth() → double | Returns or sets the width of a column. |
setWidth(value: double) | Sets the width of a column. |
getAsICellCollection() → ICellCollection | Allows to get base ICellCollection interface. |
getAsIBulkTextFormattable() → IBulkTextFormattable | Allows to get base IBulkTextFormattable interface. |
getColumnFormat() → IColumnFormat | Returns the ColumnFormat object that contains formatting properties for this column. |
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