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

NameTypeAccessDescription
widthdoubleReadGets the width.
asICellCollectionICellCollectionReadGets the as i cell collection.
asIBulkTextFormattableIBulkTextFormattableReadGets the as i bulk text formattable.
columnFormatIColumnFormatReadGets the column format.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

méthodes

SignatureDescription
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)ColumnInitializes this column from the given {@code <a:gridCol>} element and table context.
getWidth()doubleReturns the width.
setWidth(value: double)Sets the width value.
get(index: int)ICellReturns the cell at the given column index
size()int
getAsICellCollection()ICellCollectionReturns the as i cell collection.
getAsIBulkTextFormattable()IBulkTextFormattableReturns the as i bulk text formattable.
getColumnFormat()IColumnFormatReturns 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()IBaseSlideReturns the slide.
getPresentation()IPresentationReturns the presentation.
asISlideComponent()ISlideComponentReturns this column as an ISlideComponent
asIPresentationComponent()IPresentationComponentReturns this column as an IPresentationComponent

Voir aussi

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