public class SetHorizontalTextScaling extends TextStateOperator
Class representing Tz operator (set horizontal text scaling).
Constructor and Description |
---|
SetHorizontalTextScaling(double horizintalScaling)
Initializes operator.
|
SetHorizontalTextScaling(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 |
getHorizontalScaling()
Gets the horizontal scaling.
|
void |
setHorizontalScaling(double value)
Sets the horizontal scaling.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public SetHorizontalTextScaling(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public SetHorizontalTextScaling(double horizintalScaling)
Initializes operator.
horizintalScaling
- Horizontal scaling.public double getHorizontalScaling()
Gets the horizontal scaling.
public void setHorizontalScaling(double value)
Sets the horizontal scaling.
value
- double valuepublic void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept
in class TextOperator
visitor
- Visitor object.