set_text_format method

set_text_format

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

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

set_text_format

Sets defined paragraph format properties to all row cells’ 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 row cells’ text frames.

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

See Also