Class MoveToNextLineShowText
MoveToNextLineShowText class
Class representing ’ operator (move to next line and show text).
public class MoveToNextLineShowText : TextShowOperator
Constructors
Properties
Name | Description |
---|
Index { get; set; } | Operator index in page operators list. |
override Text { get; } | Gets operator text. |
Methods
Name | Description |
---|
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