characters method

characters

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

Returns

Characters object.

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

Example


fontSetting = comment1.characters(0, 4)

See Also