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, sizeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget_ItemgetSlidegetPresentationiteratorpublic 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 IBulkTextFormattablesource - 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 IBulkTextFormattablesource - 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 IBulkTextFormattablesource - 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