IBulkTextFormattable

public interface IBulkTextFormattable

Represents an object with possibility of bulk setting child text elements’ formats.

Methods

MethodDescription
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:

ParameterTypeDescription
sourceIPortionFormatIPortionFormat 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:

ParameterTypeDescription
sourceIParagraphFormatIParagraphFormat 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:

ParameterTypeDescription
sourceITextFrameFormatITextFrameFormat object with necessary properties set.