public class SetWordSpacing extends TextStateOperator
Class representing Tw operator (set word spacing).
Constructor and Description |
---|
SetWordSpacing(double wordSpacing)
Initializes operator.
|
SetWordSpacing(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
double |
getWordSpacing()
Gets the word spacing.
|
void |
setWordSpacing(double value)
Sets the word spacing.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public SetWordSpacing(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
public SetWordSpacing(double wordSpacing)
Initializes operator.
wordSpacing
- Word spacing.public double getWordSpacing()
Gets the word spacing.
public void setWordSpacing(double value)
Sets the word spacing.
value
- double valuepublic void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept
in class TextOperator
visitor
- Visitor object.