ApiCharacters
Represents the ApiCharacters class.
Properties
| Name | Type | Description |
|---|---|---|
| Caption | string | The text of the specified range of characters. |
| Count | number | The number of characters in the collection. |
| Font | ApiFont | The font of the specified characters. |
| Parent | ApiRange | The parent object of the specified characters. |
| Text | string | The string value representing the text of the specified range of characters. |
Methods
| Method | Returns | Description |
|---|---|---|
| Delete | None | Deletes the ApiCharacters object. |
| GetCaption | string | Returns a string value that represents the text of the specified range of characters. |
| GetCount | number | Returns a value that represents a number of objects in the collection. |
| GetFont | ApiFont | Returns the ApiFont object that represents the font of the specified characters. |
| GetParent | ApiRange | Returns the parent object of the specified characters. |
| GetText | string | Returns the text of the specified range of characters. |
| Insert | None | Inserts a string replacing the specified characters. |
| SetCaption | None | Sets a string value that represents the text of the specified range of characters. |
| SetText | None | Sets the text for the specified characters. |