IBulkTextFormattable
public interface IBulkTextFormattable
Represents an object with possibility of bulk setting child text elements’ formats.
Methods
| Method | Description |
|---|---|
| setTextFormat(IPortionFormat source) | Sets defined portion format properties to all element’s portions. |
| setTextFormat(IParagraphFormat source) | Sets defined paragraph format properties to all element’s paragraphs. |
| setTextFormat(ITextFrameFormat source) | Sets defined text frame format properties to all element’s text frames. |
setTextFormat(IPortionFormat source)
public abstract void setTextFormat(IPortionFormat source)
Sets defined portion format properties to all element’s portions.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | IPortionFormat | IPortionFormat object with necessary properties set. |
setTextFormat(IParagraphFormat source)
public abstract void setTextFormat(IParagraphFormat source)
Sets defined paragraph format properties to all element’s paragraphs.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | IParagraphFormat | IParagraphFormat object with necessary properties set. |
setTextFormat(ITextFrameFormat source)
public abstract void setTextFormat(ITextFrameFormat source)
Sets defined text frame format properties to all element’s text frames.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | ITextFrameFormat | ITextFrameFormat object with necessary properties set. |