public interface IColumn extends ICellCollection, IBulkTextFormattable
Represents a column in a table.
Modifier and Type | Method and Description |
---|---|
IColumnFormat |
getColumnFormat()
Returns the ColumnFormat object that contains formatting properties for this column.
|
double |
getWidth()
Returns or sets the width of a column.
|
void |
setWidth(double value)
Returns or sets the width of a column.
|
get_Item
getSlide
getPresentation
iterator
copyTo, getSyncRoot, isSynchronized, size
setTextFormat, setTextFormat, setTextFormat
double getWidth()
Returns or sets the width of a column.
Read/write double
.
void setWidth(double value)
Returns or sets the width of a column.
Read/write double
.
IColumnFormat getColumnFormat()
Returns the ColumnFormat object that contains formatting properties for this column.
Read-only IColumnFormat
.