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, setContext
public void process(PDFOperator operator, java.util.List<COSBase> arguments) throws java.io.IOException
process
in class OperatorProcessor
arguments
- Listoperator
- The operator that is being executed.java.io.IOException
- If there is an error processing the operator.