setTextFormat
setTextFormat(PortionFormat source) method
Sets defined portion format properties to all table cells’ portions.
Parameters
Name | Type | Description |
---|---|---|
source | PortionFormat | IPortionFormat object with necessary properties set. |
Returns
void
setTextFormat(ParagraphFormat source) method
Sets defined paragraph format properties to all table cells’ paragraphs.
Parameters
Name | Type | Description |
---|---|---|
source | ParagraphFormat | IParagraphFormat object with necessary properties set. |
Returns
void
setTextFormat(TextFrameFormat source) method
Sets defined text frame format properties to all table cells’ text frames.
Parameters
Name | Type | Description |
---|---|---|
source | TextFrameFormat | ITextFrameFormat object with necessary properties set. |
Returns
void