SetCharacterSpacing
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.Operator, com.aspose.pdf.operators.TextOperator, com.aspose.pdf.operators.TextStateOperator
public class SetCharacterSpacing extends TextStateOperator
Class representing Tc operator (set character spacing).
Constructors
Constructor | Description |
---|---|
SetCharacterSpacing(int index, ICommand command) | Constructor for operator class. |
SetCharacterSpacing(double charSpacing) | Initializes operator. |
Methods
Method | Description |
---|---|
getCharSpacing() | Gets the character spacing. |
setCharSpacing(double value) | Sets the character spacing. |
accept(IOperatorSelector visitor) | Accepts visitor object to process operator. |
SetCharacterSpacing(int index, ICommand command)
public SetCharacterSpacing(int index, ICommand command)
Constructor for operator class.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int | Index of operator. |
command | ICommand | Operator command. |
SetCharacterSpacing(double charSpacing)
public SetCharacterSpacing(double charSpacing)
Initializes operator.
Parameters:
Parameter | Type | Description |
---|---|---|
charSpacing | double | Character spacing. |
getCharSpacing()
public double getCharSpacing()
Gets the character spacing.
Returns: double - character spacing.
setCharSpacing(double value)
public void setCharSpacing(double value)
Sets the character spacing.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | character spacing. |
accept(IOperatorSelector visitor)
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Parameters:
Parameter | Type | Description |
---|---|---|
visitor | IOperatorSelector | Visitor object. |