Aspose::Pdf::Operators::TextShowOperator class

TextShowOperator class

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

class TextShowOperator : public Aspose::Pdf::Operators::TextOperator

Methods

MethodDescription
virtual get_Text()Gets text which operator out on the page.
virtual set_Text(System::String)Gets text which operator out on the page.
TextShowOperator()Initializes TextShowOperator.
TextShowOperator(System::SharedPtr<Aspose::Pdf::Facades::TextProperties>)Initializes TextShowOperator which allows to pass TextProperties.

See Also