Package org.apache.pdfbox.util.operator
Class NextLine
java.lang.Object
org.apache.pdfbox.util.operator.OperatorProcessor
org.apache.pdfbox.util.operator.NextLine
- Version:
- $Revision: 1.5 $
- Author:
- Huault : huault@free.fr
-
Field Summary
Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(PDFOperator operator, List<COSBase> arguments) process : T* Move to start of next text line.Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor
getContext, setContext
-
Constructor Details
-
NextLine
public NextLine()
-
-
Method Details
-
process
process : T* Move to start of next text line.- Specified by:
processin classOperatorProcessor- Parameters:
operator- The operator that is being executed.arguments- List- Throws:
IOException- If there is an error during processing.
-