Adds a character to the document.
Introduced: X13.
public bool Add(char character);Public Function Add(character As Char) As Booleanpublic bool Add(char character, string fontName);Public Function Add(character As Char, fontName As String) As Booleanpublic bool Add(char character, string fontName, int textPosition);Public Function Add(character As Char, fontName As String, textPosition As Integer) As Booleanpublic bool Add(ControlChars controlChar);Public Function Add(controlChar As ControlChars) As Booleanpublic bool Add(ControlChars controlChar, int textPosition);Public Function Add(controlChar As ControlChars, textPosition As Integer) As Boolean| Parameter | Description |
|---|---|
| character | Specifies the character to insert. |
| font |
Specifies the name of the font which is used for the specified character. |
| text |
Specifies a text input position. The first input position in a document is 0. |
| control |
Specifies a control character to insert. It can be one of the Control |