public class SetTextRise extends TextStateOperator
Class representing Ts operator (set text rise).
Constructor and Description |
---|
SetTextRise(double textRise)
Initializes operator.
|
SetTextRise(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
double |
getTextRise()
Gets the text rise.
|
void |
setTextRise(double value)
Sets the text rise.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public SetTextRise(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public SetTextRise(double textRise)
Initializes operator.
textRise
- Text rise.public double getTextRise()
Gets the text rise.
public void setTextRise(double value)
Sets the text rise.
value
- double valuepublic void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept
in class TextOperator
visitor
- Visitor object.