public class MoveAndShow extends OperatorProcessor
context| Constructor and Description |
|---|
MoveAndShow() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(PDFOperator operator,
java.util.List<COSBase> arguments)
' Move to next line and show text.
|
getContext, setContextpublic void process(PDFOperator operator, java.util.List<COSBase> arguments) throws java.io.IOException
process in class OperatorProcessorarguments - Listoperator - The operator that is being executed.java.io.IOException - If there is an error processing the operator.