Class SetTextRise
SetTextRise class
Class representing Ts operator (set text rise).
public class SetTextRise : TextStateOperator
Constructors
| Name | Description |
|---|
| SetTextRise(double) | Initializes operator. |
Properties
| Name | Description |
|---|
| Index { get; set; } | Operator index in page operators list. |
| TextRise { get; set; } | Gets or sets the text rise. |
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