TextShowOperator

TextShowOperator class

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

The TextShowOperator type exposes the following members:

Constructors

NameDescription
TextShowOperator()Initializes TextShowOperator.
TextShowOperator(text_properties)Initializes a new instance of the TextShowOperator class

Properties

NameDescription
indexOperator index in page operators list.
textGets text which operator out on the page.

Methods

NameDescription
accept(visitor)Accepts visitor object to process operator.
is_text_show_operator(op)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)

See Also