public class NextLine extends OperatorProcessor
context| Constructor and Description |
|---|
NextLine() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(PDFOperator operator,
java.util.List<COSBase> arguments)
process : T* Move to start of next text line.
|
getContext, setContextpublic void process(PDFOperator operator, java.util.List<COSBase> arguments) throws java.io.IOException
process in class OperatorProcessoroperator - The operator that is being executed.arguments - Listjava.io.IOException - If there is an error during processing.