Aspose::Pdf::Operators::SetWordSpacing class

SetWordSpacing class

Class representing Tw operator (set word spacing).

class SetWordSpacing : public Aspose::Pdf::Operators::TextStateOperator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_WordSpacing() constGets the word spacing.
set_WordSpacing(double)Sets the word spacing.
SetWordSpacing(double)Initializes operator.

See Also