Shape.FormatCharacters

FormatCharacters(int, int, Font, StyleFlag)

Formats some characters with the font setting.

public void FormatCharacters(int startIndex, int length, Font font, StyleFlag flag)
ParameterTypeDescription
startIndexInt32The start index.
lengthInt32The length.
fontFontThe font setting.
flagStyleFlagThe flag of the font setting.

See Also


FormatCharacters(int, int, Font)

Formats some characters with the font setting.

[Obsolete("Shape.FormatCharacters(int startIndex, int length, Font font,StyleFlag flag) method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void FormatCharacters(int startIndex, int length, Font font)
ParameterTypeDescription
startIndexInt32The start index.
lengthInt32The 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.

See Also