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