SetTextFormat

SetTextFormat(IPortionFormat)

Sets defined portion format properties to all column cells’ portions.

public void SetTextFormat(IPortionFormat source)
ParameterTypeDescription
sourceIPortionFormatIPortionFormat object with necessary properties set.

See Also


SetTextFormat(IParagraphFormat)

Sets defined paragraph format properties to all column cells’ paragraphs.

public void SetTextFormat(IParagraphFormat source)
ParameterTypeDescription
sourceIParagraphFormatIParagraphFormat object with necessary properties set.

See Also


SetTextFormat(ITextFrameFormat)

Sets defined text frame format properties to all column cells’ text frames.

public void SetTextFormat(ITextFrameFormat source)
ParameterTypeDescription
sourceITextFrameFormatITextFrameFormat object with necessary properties set.

See Also