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.commands.ICommand 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.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public SetCharacterSpacing(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand 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 TextOperator
visitor
- Visitor object.