| Modifier and Type | Method and Description |
|---|---|
PdfResources |
PdfPage.getResources()
Gets the
PdfResources wrapper object for this page resources. |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfDocument.checkIsoConformance(Object obj,
IsoKey key,
PdfResources resources)
Deprecated.
This method will be replaced by
checkIsoConformance in 7.2 release |
void |
PdfDocument.checkIsoConformance(Object obj,
IsoKey key,
PdfResources resources,
PdfStream contentStream)
Checks whether PDF document conforms a specific standard.
|
void |
PdfDocument.checkShowTextIsoConformance(CanvasGraphicsState gState,
PdfResources resources)
Checks whether PDF document conforms a specific standard.
|
PdfPage |
PdfPage.setResources(PdfResources pdfResources)
Sets
PdfResources object. |
| Modifier and Type | Field and Description |
|---|---|
protected PdfResources |
PdfCanvas.resources
the resources for the page that this canvas belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
PdfResources |
PdfCanvas.getResources()
Get the resources of the page that this canvas belongs to..
|
| Constructor and Description |
|---|
PdfCanvas(PdfStream contentStream,
PdfResources resources,
PdfDocument document)
Creates PdfCanvas from content stream of page, form XObject, pattern etc.
|
PdfPatternCanvas(PdfStream contentStream,
PdfResources resources,
PdfDocument document)
Creates PdfPatternCanvas from content stream of page, form XObject, pattern etc.
|
| Modifier and Type | Method and Description |
|---|---|
protected PdfResources |
PdfCanvasProcessor.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfCanvasProcessor.processContent(byte[] contentBytes,
PdfResources resources)
Processes PDF syntax.
|
| Constructor and Description |
|---|
PdfCanvasParser(PdfTokenizer tokeniser,
PdfResources currentResources)
Creates a new instance of PdfContentParser
|
| Modifier and Type | Method and Description |
|---|---|
PdfResources |
PdfPattern.Tiling.getResources() |
| Modifier and Type | Field and Description |
|---|---|
protected PdfResources |
PdfFormXObject.resources |
| Modifier and Type | Method and Description |
|---|---|
PdfResources |
PdfFormXObject.getResources()
Gets
PdfResources of the Form XObject. |
Copyright © 1998–2019 iText Group NV. All rights reserved.