Aspose::Pdf::Operators::SetTextMatrix klass

SetTextMatrix class

Klass som representerar Tm-operatorn (sätt textmatris).

class SetTextMatrix : public Aspose::Pdf::Operators::TextPlaceOperator

Metoder

MetodBeskrivning
Accept(const System::SharedPtr<IOperatorSelector>&) overrideAccepterar besöksobjekt för att bearbeta operatorn.
get_Matrix() constMatrix argument för operatorn.
set_Matrix(const System::SharedPtr<Aspose::Pdf::Matrix>&)Matrix argument för operatorn.
SetTextMatrix(double, double, double, double, double, double)Initierar operatorn.
SetTextMatrix(const System::SharedPtr<Aspose::Pdf::Matrix>&)Initialiserar operatorn med matris.
ToString() const overrideReturnerar textrepresentation av operatorn.

Se även