Column — Aspose.Slides FOSS Java API Reference
Column — Represents a column in a table. Inherits from: IColumn.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
width | double | Read/Write | |
asICellCollection | ICellCollection | Read/Write | |
asIBulkTextFormattable | IBulkTextFormattable | Read/Write | |
columnFormat | IColumnFormat | Read/Write | |
slide | IBaseSlide | Read/Write | |
presentation | IPresentation | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(Element gridColElement, int colIndex, Element tblElement, Runnable saveCallback, IBaseSlide parentSlide, ITable table) | Column | Initializes 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 |