IColumnCollection

Vue de l’ensemble

‘IColumnCollection’ est une interface dans Aspose.Slides FOSS pour Java.

Représente une collection de colonnes dans une table.

Cette interface fournit 7 méthodes pour travailler avec les objets IColumnCollection dans les programmes Java. Les méthodologies disponibles comprennent: addClone, asICollection , aIEnumerable ‘get,, insertCmone‘, ‘removeAtetsize`. Tous les membres publics sont accessibles à n’importe quelle application Java après l’installation de l’Aspose.Slides FOSS pour le package Java .

méthodes

SignatureDescription
get(index: int)IColumnGets the column at the specified index.
size()intReturns the number of columns in the collection.
addClone(templ: IColumn, withAttachedColumns: boolean)List<IColumn>Creates a copy of the specified template column and adds it to the end.
insertClone(index: int, templ: IColumn, withAttachedColumns: boolean)List<IColumn>Creates a copy of the specified template column and inserts it at the specified index.
removeAt(firstColumnIndex: int, withAttachedRows: boolean)Removes the column at the specified index.
asICollection()List<IColumn>Returns the collection as a {@link List}.
asIEnumerable()Iterable<IColumn>Returns the collection as an {@link Iterable}.

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français