SetWordSpacing
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.Operator, com.aspose.pdf.operators.TextOperator, com.aspose.pdf.operators.TextStateOperator
public class SetWordSpacing extends TextStateOperator
Class representing Tw operator (set word spacing).
Constructors
Constructor | Description |
---|---|
SetWordSpacing(int index, ICommand command) | |
SetWordSpacing(double wordSpacing) | Initializes operator. |
Methods
Method | Description |
---|---|
getWordSpacing() | Gets the word spacing. |
setWordSpacing(double value) | Sets the word spacing. |
accept(IOperatorSelector visitor) | Accepts visitor object to process operator. |
SetWordSpacing(int index, ICommand command)
public SetWordSpacing(int index, ICommand command)
Parameters:
Parameter | Type | Description |
---|---|---|
index | int | |
command | ICommand |
SetWordSpacing(double wordSpacing)
public SetWordSpacing(double wordSpacing)
Initializes operator.
Parameters:
Parameter | Type | Description |
---|---|---|
wordSpacing | double | Word spacing. |
getWordSpacing()
public double getWordSpacing()
Gets the word spacing.
Returns: double - double value
setWordSpacing(double value)
public void setWordSpacing(double value)
Sets the word spacing.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | double value |
accept(IOperatorSelector visitor)
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Parameters:
Parameter | Type | Description |
---|---|---|
visitor | IOperatorSelector | Visitor object. |