Modifier and Type | Method and Description |
---|---|
protected String |
PdfFormField.generateDefaultAppearanceString(PdfFont font, float fontSize, Color color, PdfResources res) |
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)
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 | Method and Description |
---|---|
PdfResources |
PdfFormXObject.getResources()
Gets PdfResources of the Form XObject.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfADocument.checkIsoConformance(Object obj, IsoKey key, PdfResources resources) |
Copyright © 1998–2018 iText Group NV. All rights reserved.