public class SetTextRenderingMode extends TextStateOperator
Class representing Tr operator (set text rendering mode).
| Constructor and Description |
|---|
SetTextRenderingMode()
Initializes operator.
|
SetTextRenderingMode(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.textstateoperators.SetTextRendringMode command)
Constructor for operator class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
createFromCommandName, equals, getCommand, getCommandName, getIndex, isTextShowOperator, setIndex, toString, valueEqualspublic SetTextRenderingMode()
Initializes operator.
public SetTextRenderingMode(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.textstateoperators.SetTextRendringMode command)
Constructor for operator class.
index - Index of operator.command - Operator command.public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept in class TextOperatorvisitor - Visitor object.Copyright © 2025 Aspose. All Rights Reserved.