Modifier and Type | Method and Description |
---|---|
protected String |
PdfFormField.generateDefaultAppearanceString(PdfFont font, float fontSize, Color color, PdfResources res)
Deprecated.
use
PdfFormField.updateDefaultAppearance() instead.
|
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()
Gets the Tiling Pattern's resources.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfADocument.checkIsoConformance(Object obj, IsoKey key, PdfResources resources)
Deprecated.
|
void |
PdfADocument.checkIsoConformance(Object obj, IsoKey key, PdfResources resources, PdfStream contentStream) |
Copyright © 1998–2023 iText Group NV. All rights reserved.