Class SetTextLeading

SetTextLeading class

Class represenging TL operator (set text leading).

public class SetTextLeading : TextStateOperator

Constructors

NameDescription
SetTextLeading(double)Initializes text leading operator.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
Leading { get; set; }Gets or sets the text leading.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override ToString()Produces text code of operator.
ValueEquals(Operator)Compares this instance with the given object.

See Also