Column — Aspose.Slides FOSS Java API Reference

Column — Represents a column in a table. Inherits from: IColumn.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
widthdoubleRead/Write
asICellCollectionICellCollectionRead/Write
asIBulkTextFormattableIBulkTextFormattableRead/Write
columnFormatIColumnFormatRead/Write
slideIBaseSlideRead/Write
presentationIPresentationRead/Write

Methods

MethodReturnsDescription
initInternal(Element gridColElement, int colIndex, Element tblElement, Runnable saveCallback, IBaseSlide parentSlide, ITable table)ColumnInitializes this column from the given <a:gridCol> element and table context.
getWidth()double
setWidth(double value)void
get(int index)ICell
size()int
getAsICellCollection()ICellCollection
getAsIBulkTextFormattable()IBulkTextFormattable
getColumnFormat()IColumnFormat
setTextFormat(Object source)void
asICollection()List<ICell>
asIEnumerable()Iterable<ICell>
getSlide()IBaseSlide
getPresentation()IPresentation
asISlideComponent()ISlideComponent
asIPresentationComponent()IPresentationComponent

See Also