Modifier and Type | Method and Description |
---|---|
void |
setTextFormat(IParagraphFormat source)
Sets defined paragraph format properties to all element's paragraphs.
|
void |
setTextFormat(IPortionFormat source)
Sets defined portion format properties to all element's portions.
|
void |
setTextFormat(ITextFrameFormat source)
Sets defined text frame format properties to all element's text frames.
|
void setTextFormat(IPortionFormat source)
Sets defined portion format properties to all element's portions.
source
- IPortionFormat object with necessary properties set.void setTextFormat(IParagraphFormat source)
Sets defined paragraph format properties to all element's paragraphs.
source
- IParagraphFormat object with necessary properties set.void setTextFormat(ITextFrameFormat source)
Sets defined text frame format properties to all element's text frames.
source
- ITextFrameFormat object with necessary properties set.