Aspose::Pdf::Operators::MoveToNextLine class

MoveToNextLine class

Class representing T* operator (Move to start of the next line).

class MoveToNextLine : public Aspose::Pdf::Operators::TextPlaceOperator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_Index()Operator index in page operators list.
static IsTextShowOperator(System::SharedPtr<Operator>)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)
MoveToNextLine()Initializes operator.
set_Index(int32_t)Operator index in page operators list.
TextOperator()Initializes operator.
TextOperator(System::SharedPtr<Aspose::Pdf::Facades::TextProperties>)Text operator which accepts text properties.
TextPlaceOperator()Initializes TextPlaceOperator.
TextPlaceOperator(System::SharedPtr<Aspose::Pdf::Facades::TextProperties>)Initializes TextPlaceOperator which accepts TextProperties.
ToString() const overrideReturns text of the operator.
ValueEquals(System::SharedPtr<Operator>)Compares this instance with the given object.

See Also