com.spire.presentation
Class TableColumn
java.lang.Object
com.spire.presentation.PptObject
com.spire.presentation.CellCollection
com.spire.presentation.TableColumn
- All Implemented Interfaces:
- com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, IActivePresentation, ISlideComponent, java.lang.Iterable
public final class TableColumn
- extends CellCollection
Represents a table column.
Method Summary |
double |
getWidth()
Gets the width of a column. |
void |
setWidth(double value)
Sets the width of a column. |
TableColumn
public TableColumn(Table parent)
TableColumn
public TableColumn(Table parent,
double offset)
getWidth
public double getWidth()
- Gets the width of a column.
Read/Write .
- Returns:
setWidth
public void setWidth(double value)
throws DocumentEditException
- Sets the width of a column.
Read/Write .
- Throws:
DocumentEditException