Class TextShowOperator

TextShowOperator class

Abstract base class for all operators which used to out text (Tj, TJ, etc).

public class TextShowOperator : TextOperator

Constructors

NameDescription
TextShowOperator()Initializes TextShowOperator.
TextShowOperator(TextProperties)Initializes TextShowOperator which allows to pass TextProperties.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
virtual Text { get; set; }Gets text which operator out on the page.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override ToString()Returns text of operator and its parameters.
ValueEquals(Operator)Compares this instance with the given object.

See Also