TextShowOperator Class
Abvstract base class for all operators which used to out text (Tj, TJ, etc).
Inheritance Hierarchy

Namespace: Aspose.Pdf.Operators
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class TextShowOperator : TextOperator

The TextShowOperator type exposes the following members.

Constructors
  NameDescription
Public methodTextShowOperator
Initializes TextShowOperator.
Public methodTextShowOperator(TextProperties)
Initializes TextShowOperator which allows to pass TextProperties.
Properties
  NameDescription
Public propertyIndex
Operator index in page operators list.
(Inherited from Operator.)
Public propertyText
Gets text which operator out on the page.
Methods
  NameDescription
Public methodAccept
Accepts visitor object to process operator.
(Inherited from TextOperator.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns text of operator and its parameters.
(Inherited from Operator.)
See Also