format_characters method

format_characters

Formats some characters with the font setting.

def format_characters(self, start_index, length, font):
    ...
ParameterTypeDescription
start_indexintThe start index.
lengthintThe length.
fontFontThe font setting.

Remarks

NOTE: This member is now obsolete. Instead, please use Shape.FormatCharacters(int startIndex, int length, Font font, StyleFlag flag) method. This property will be removed 12 months later since March 2016. Aspose apologizes for any inconvenience you may have experienced.

format_characters

Formats some characters with the font setting.

def format_characters(self, start_index, length, font, flag):
    ...
ParameterTypeDescription
start_indexintThe start index.
lengthintThe length.
fontFontThe font setting.
flagStyleFlagThe flag of the font setting.

See Also