Shape.GetRichFormattings

Shape.GetRichFormattings method

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

public FontSetting[] GetRichFormattings()

Return Value

All Characters objects

Examples


[C#]
FontSetting[] list = shape.GetRichFormattings();

See Also