public class ET extends BlockTextOperator
Class representing operator ET (End of text block).
Constructor and Description |
---|
ET()
Constructor for writing program.
|
ET(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.
|
String |
toString()
Produces text code of operator.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString
public ET(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public ET()
Constructor for writing program.
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept
in class TextOperator
visitor
- Visitor object.