characters method

characters(self)

Gets rich text formatting of this Title.

Returns

returns FontSetting array


def characters(self):
    ...

characters(self, start_index, length)

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

Returns

Characters object.


def characters(self, start_index, length):
    ...
ParameterTypeDescription
start_indexintThe index of the start of the character.
lengthintThe number of characters.

See Also