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.textstateoperators.SetTextRise 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.
|
createFromCommandName, equals, getCommand, getCommandName, getIndex, isTextShowOperator, setIndex, toString, valueEqualspublic SetTextRise(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.textstateoperators.SetTextRise 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 TextOperatorvisitor - Visitor object.Copyright © 2025 Aspose. All Rights Reserved.