ShowText
ShowText class
Class representing Tj operator (show text).
public class ShowText : TextShowOperator
Constructors
Name | Description |
---|
ShowText() | Initializes Tj operator. |
ShowText(string) | Initializes Tj operator. |
ShowText(int, string) | Initializes Tj opearor. |
ShowText(string, Font) | Initializes Tj opearor. |
Properties
Name | Description |
---|
Index { get; set; } | Operator index in page operators list. |
override Text { get; set; } | Text of operator. |
Methods
Name | Description |
---|
override Accept(IOperatorSelector) | Accepts visitor object to process operator. |
override ToString() | Produces text code of operator. |
ValueEquals(Operator) | Compares this instance with the given object. |
See Also