set_text_format method

set_text_format

Sets defined portion format properties to all element’s portions.

def set_text_format(self, source):
    ...
ParameterTypeDescription
sourceIPortionFormatIPortionFormat object with necessary properties set.

set_text_format

Sets defined paragraph format properties to all element’s paragraphs.

def set_text_format(self, source):
    ...
ParameterTypeDescription
sourceIParagraphFormatIParagraphFormat object with necessary properties set.

set_text_format

Sets defined text frame format properties to all element’s text frames.

def set_text_format(self, source):
    ...
ParameterTypeDescription
sourceITextFrameFormatITextFrameFormat object with necessary properties set.

See Also