Adds a character to the document.

Introduced: X13.

Add(Char)

public bool Add(char character);

Add(Char, String)

public bool Add(char character, string fontName);

Add(Char, String, Int)

public bool Add(char character, string fontName, int textPosition);

Add(ControlChars)

public bool Add(ControlChars controlChar);

Add(ControlChars, Int)

public bool Add(ControlChars controlChar, int textPosition);

Parameters

Parameter Description
character Specifies the character to insert.
fontName Specifies the name of the font which is used for the specified character.
textPosition Specifies a text input position. The first input position in a document is 0.
controlChar Specifies a control character to insert. It can be one of the ControlChars values.