public class SetCharacterSpacing extends TextStateOperator
Class representing Tc operator (set character spacing).
| Constructor and Description |
|---|
SetCharacterSpacing(double charSpacing)
Initializes operator.
|
SetCharacterSpacing(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.textstateoperators.SetCharacterSpacing command)
Constructor for operator class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
double |
getCharSpacing()
Gets the character spacing.
|
void |
setCharSpacing(double value)
Sets the character spacing.
|
createFromCommandName, equals, getCommand, getCommandName, getIndex, isTextShowOperator, setIndex, toString, valueEqualspublic SetCharacterSpacing(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.textstateoperators.SetCharacterSpacing command)
Constructor for operator class.
index - Index of operator.command - Operator command.public SetCharacterSpacing(double charSpacing)
Initializes operator.
charSpacing - Character spacing.public double getCharSpacing()
Gets the character spacing.
public void setCharSpacing(double value)
Sets the character spacing.
value - character spacing.public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept in class TextOperatorvisitor - Visitor object.Copyright © 2025 Aspose. All Rights Reserved.