Aspose::Pdf::Operators::SetSpacingMoveToNextLineShowText class

SetSpacingMoveToNextLineShowText class

Class representing " operator (set word and character spacing, move to the next line and show text).

class SetSpacingMoveToNextLineShowText : public Aspose::Pdf::Operators::TextShowOperator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_Ac() constGet character spacing.
get_Aw() constGets word spacing.
get_Text() overrideGets text of operator.
SetSpacingMoveToNextLineShowText(double, double, System::String)Initializes operator.

See Also