Column
Column class
Represents a column in a table.
getColumnFormat
Name | Description |
---|---|
getColumnFormat () | Returns the ColumnFormat object that contains formatting properties for this column. Read-only IColumnFormat. |
Returns: ColumnFormat
getWidth
Name | Description |
---|---|
getWidth () | Returns or sets the width of a column. Read/write double. |
Returns: double
setTextFormat
Name | Description |
---|---|
setTextFormat (PortionFormat) | Sets defined portion format properties to all column cells’ portions. |
Parameters:
Name | Type | Description |
---|---|---|
source | PortionFormat | IPortionFormat object with necessary properties set. |
Returns: void
setTextFormat
Name | Description |
---|---|
setTextFormat (ParagraphFormat) | Sets defined paragraph format properties to all column cells’ paragraphs. |
Parameters:
Name | Type | Description |
---|---|---|
source | ParagraphFormat | IParagraphFormat object with necessary properties set. |
Returns: void
setTextFormat
Name | Description |
---|---|
setTextFormat (TextFrameFormat) | Sets defined text frame format properties to all column cells’ text frames. |
Parameters:
Name | Type | Description |
---|---|---|
source | TextFrameFormat | ITextFrameFormat object with necessary properties set. |
Returns: void
setWidth
Name | Description |
---|---|
setWidth (double) | Returns or sets the width of a column. Read/write double. |
Returns: void