Class ShowText

ShowText class

Class representing Tj operator (show text).

public class ShowText : TextShowOperator

Constructors

NameDescription
ShowText()Initializes Tj operator.
ShowText(string)Initializes Tj operator.
ShowText(int, string)Initializes Tj opearor.
ShowText(string, Font)Initializes Tj opearor.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
override Text { get; set; }Text of operator.

Methods

NameDescription
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