Class SetSpacingMoveToNextLineShowText

SetSpacingMoveToNextLineShowText class

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

public class SetSpacingMoveToNextLineShowText : TextShowOperator

Constructors

NameDescription
SetSpacingMoveToNextLineShowText(double, double, string)Initializes operator.

Properties

NameDescription
Ac { get; }Get character spacing.
Aw { get; }Gets word spacing.
Index { get; set; }Operator index in page operators list.
override Text { get; }Gets text of operator.

Methods

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

See Also