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
Properties
| Name | Description |
|---|
| 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
| 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