GetCharacters
Shape.GetCharacters method
Returns all Characters objects that represents a range of characters within the text .
public ArrayList GetCharacters()
Return Value
All Characters objects
Examples
[C#]
ArrayList list = shape.GetCharacters();
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells