Aspose::Pdf::Operators::SetGlyphsPositionShowText class

SetGlyphsPositionShowText class

Class representing TJ operator (show text with glyph positioning).

class SetGlyphsPositionShowText : public Aspose::Pdf::Operators::TextShowOperator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_GlyphPositions() constReturns positions of glyphs.
get_Text() overrideGets text from operator argument (glyph positioning is ignored).
SetGlyphsPositionShowText(System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<GlyphPosition>>>)Constructor for TJ operator.
ToString() const overrideReturns text representation of operator.

See Also