Row
Row class
Represents a row in a table.
getHeight
| Name | Description |
|---|---|
| getHeight () | Returns the height of a row. Read-only double. |
Returns: double
getMinimalHeight
| Name | Description |
|---|---|
| getMinimalHeight () | Returns or sets the minimal possible height of a row. Read/write double. |
Returns: double
getRowFormat
| Name | Description |
|---|---|
| getRowFormat () | Returns the RowFormat object that contains formatting properties for this row. Read-only IRowFormat. |
Returns: RowFormat
setMinimalHeight
| Name | Description |
|---|---|
| setMinimalHeight (double) | Returns or sets the minimal possible height of a row. Read/write double. |
Returns: void
setTextFormat
| Name | Description |
|---|---|
| setTextFormat (PortionFormat) | Sets defined portion format properties to all row 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 row 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 row cells’ text frames. |
Parameters:
| Name | Type | Description |
|---|---|---|
| source | TextFrameFormat | ITextFrameFormat object with necessary properties set. |
Returns: void