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