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
Method | Description |
---|---|
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
- Class TextOperator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++