Aspose::Pdf::Operators::SetTextLeading class

SetTextLeading class

Class represenging TL operator (set text leading).

class SetTextLeading : public Aspose::Pdf::Operators::TextStateOperator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_Leading() constGets the text leading.
set_Leading(double)Sets the text leading.
SetTextLeading(double)Initializes text leading operator.
ToString() const overrideProduces text code of operator.

See Also