| Package | Description |
|---|---|
| com.lowagie.text.pdf.parser |
| Modifier and Type | Field and Description |
|---|---|
Map<String,ContentOperator> |
PdfContentStreamHandler.operators
A map with all supported operators operators (PDF syntax).
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All rights reserved.