Package | Description |
---|---|
com.lowagie.text.pdf.parser |
Modifier and Type | Method and Description |
---|---|
Optional<ContentOperator> |
PdfContentStreamHandler.lookupOperator(String operatorName)
Get the operator to process a command with a given name
|
Modifier and Type | Method and Description |
---|---|
void |
PdfContentStreamHandler.registerContentOperator(ContentOperator operator)
Registers a content operator that will be called when the specified
operator string is encountered during content processing.
|
Copyright © 2020. All rights reserved.