SetTextRise
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.Operator, com.aspose.pdf.operators.TextOperator, com.aspose.pdf.operators.TextStateOperator
public class SetTextRise extends TextStateOperator
Class representing Ts operator (set text rise).
Constructors
| Constructor | Description |
|---|---|
| SetTextRise(int index, ICommand command) | Constructor for operator class. |
| SetTextRise(double textRise) | Initializes operator. |
Methods
| Method | Description |
|---|---|
| getTextRise() | Gets the text rise. |
| setTextRise(double value) | Sets the text rise. |
| accept(IOperatorSelector visitor) | Accepts visitor object to process operator. |
SetTextRise(int index, ICommand command)
public SetTextRise(int index, ICommand command)
Constructor for operator class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | Index of operator. |
| command | ICommand | Operator command. |
SetTextRise(double textRise)
public SetTextRise(double textRise)
Initializes operator.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| textRise | double | Text rise. |
getTextRise()
public double getTextRise()
Gets the text rise.
Returns: double - double value
setTextRise(double value)
public void setTextRise(double value)
Sets the text rise.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | double value |
accept(IOperatorSelector visitor)
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| visitor | IOperatorSelector | Visitor object. |