tablecolumn-ag凯发旗舰厅
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( parent)
tablecolumn
public tablecolumn( 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