public class SetTextLeading extends TextStateOperator
Class represenging TL operator (set text leading).
Constructor and Description |
---|
SetTextLeading(double leading)
Constructor for text leadign operator.
|
SetTextLeading(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 |
getLeading()
Gets the text leading.
|
void |
setLeading(double value)
Sets the text leading.
|
String |
toString()
Produces text code of operator.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString
public SetTextLeading(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
public SetTextLeading(double leading)
Constructor for text leadign operator.
leading
- Text leading.public double getLeading()
Gets the text leading.
public void setLeading(double value)
Sets the text leading.
value
- double valuepublic void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept
in class TextOperator
visitor
- Visitor object.