ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Page Editing Objects and Elements > IGPDEText Object > IGPDEText Methods > Add Method |
Adds a character or a text run to a PDE Text object.
Add (Flags As enumIGPDETextFlags, Index As Long, Text As String,
Font As IGPDEFont, GState As IGPDEGraphicState, TState As
IGPDETextState, TextMatrix As IGPDFFixedMatrix, StrokeMatrix As
IGPDFFixedMatrix)
Name | Description | ||
---|---|---|---|
Flags | enumIGPDETextFlag flag that specifies what kind of text to add. Must be either: IG_PDE_TEXT_CHAR - for a text character IG_PDE_TEXT_RUN - for a text run | ||
Index | Index after which to add character or text run. | ||
Text |
String with characters to add.
|
||
Font | Font for the element. | ||
GState | The graphics state for the element. | ||
TState | The text state for the element. | ||
TextMatrix | The matrix for the element. | ||
StrokeMatrix | The matrix for the line width when stroking text. May be NULL. |
None