get_rich_formattings method

get_rich_formattings

Returns all Characters objects that represents a range of characters within the text .

Returns

All Characters objects

def get_rich_formattings(self):
    ...

Example


list = shape.get_rich_formattings()

See Also