public final class Column extends CellCollection implements IColumn
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 |
setTextFormat(IParagraphFormat source)
Sets defined paragraph format properties to all column cells' paragraphs.
|
void |
setTextFormat(IPortionFormat source)
Sets defined portion format properties to all column cells' portions.
|
void |
setTextFormat(ITextFrameFormat source)
Sets defined text frame format properties to all column cells' text frames.
|
void |
setWidth(double value)
Returns or sets the width of a column.
|
copyTo, get_Item, getParent_Immediate, getPresentation, getSlide, getSyncRoot, isSynchronized, iterator, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get_Item
getSlide
getPresentation
iterator
public final double getWidth()
Returns or sets the width of a column.
Read/write double
.
public final void setWidth(double value)
Returns or sets the width of a column.
Read/write double
.
public final void setTextFormat(IPortionFormat source)
Sets defined portion format properties to all column cells' portions.
setTextFormat
in interface IBulkTextFormattable
source
- IPortionFormat object with necessary properties set.public final void setTextFormat(IParagraphFormat source)
Sets defined paragraph format properties to all column cells' paragraphs.
setTextFormat
in interface IBulkTextFormattable
source
- IParagraphFormat object with necessary properties set.public final void setTextFormat(ITextFrameFormat source)
Sets defined text frame format properties to all column cells' text frames.
setTextFormat
in interface IBulkTextFormattable
source
- ITextFrameFormat object with necessary properties set.public final IColumnFormat getColumnFormat()
Returns the ColumnFormat object that contains formatting properties for this column.
Read-only IColumnFormat
.
getColumnFormat
in interface IColumn