public class BeginMarkedContentSequenceWithProperties extends OperatorProcessor
context
Constructor and Description |
---|
BeginMarkedContentSequenceWithProperties() |
Modifier and Type | Method and Description |
---|---|
void |
process(PDFOperator operator,
java.util.List<COSBase> arguments)
process the operator.
|
getContext, setContext
public BeginMarkedContentSequenceWithProperties()
public void process(PDFOperator operator, java.util.List<COSBase> arguments) throws java.io.IOException
process
in class OperatorProcessor
operator
- The operator that is being processed.arguments
- arguments needed by this operator.java.io.IOException
- If there is an error processing the operator.