Aspose::Pdf::Operators::MoveTextPosition class

MoveTextPosition class

Class representing Td operator (move text position).

class MoveTextPosition : 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.
get_X() constX coordinate of text position.
get_Y() constY coordinate of text position.
static IsTextShowOperator(System::SharedPtr<Operator>)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)
MoveTextPosition(double, double)Initializes operator.
set_Index(int32_t)Operator index in page operators list.
set_X(double)X coordinate of text position.
set_Y(double)Y coordinate of text position.
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 representation of operator.
ValueEquals(System::SharedPtr<Operator>)Compares this instance with the given object.

See Also