Uses of Class
com.itextpdf.kernel.pdf.PdfResources
-
-
Uses of PdfResources in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfResources Modifier and Type Field Description private PdfResources
PdfPage. resources
Methods in com.itextpdf.kernel.pdf that return PdfResources Modifier and Type Method Description PdfResources
PdfPage. getResources()
Gets thePdfResources
wrapper object for this page resources.(package private) PdfResources
PdfPage. getResources(boolean initResourcesField)
Methods in com.itextpdf.kernel.pdf with parameters of type PdfResources Modifier and Type Method Description void
PdfDocument. checkIsoConformance(java.lang.Object obj, IsoKey key, PdfResources resources, PdfStream contentStream)
Checks whether PDF document conforms a specific standard.void
PdfDocument. checkIsoConformance(java.lang.Object obj, IsoKey key, PdfResources resources, PdfStream contentStream, java.lang.Object extra)
Checks whether PDF document conforms a specific standard.void
PdfDocument. checkShowTextIsoConformance(CanvasGraphicsState gState, PdfResources resources)
Checks whether PDF document conforms a specific standard.PdfName
PdfResources.ResourceNameGenerator. generate(PdfResources resources)
Generates new (unique) resource name.PdfPage
PdfPage. setResources(PdfResources pdfResources)
SetsPdfResources
object. -
Uses of PdfResources in com.itextpdf.kernel.pdf.canvas
Fields in com.itextpdf.kernel.pdf.canvas declared as PdfResources Modifier and Type Field Description protected PdfResources
PdfCanvas. resources
the resources for the page that this canvas belongs to.Methods in com.itextpdf.kernel.pdf.canvas that return PdfResources Modifier and Type Method Description PdfResources
PdfCanvas. getResources()
Get the resources of the page that this canvas belongs to..Constructors in com.itextpdf.kernel.pdf.canvas with parameters of type PdfResources Constructor 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. -
Uses of PdfResources in com.itextpdf.kernel.pdf.canvas.parser
Fields in com.itextpdf.kernel.pdf.canvas.parser with type parameters of type PdfResources Modifier and Type Field Description private java.util.List<PdfResources>
PdfCanvasProcessor. resourcesStack
Resources for the content stream.Methods in com.itextpdf.kernel.pdf.canvas.parser that return PdfResources Modifier and Type Method Description protected PdfResources
PdfCanvasProcessor. getResources()
Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type PdfResources Modifier and Type Method Description private static Color
PdfCanvasProcessor. getColor(PdfColorSpace pdfColorSpace, java.util.List<PdfObject> operands, PdfResources resources)
Gets a color based on a list of operands and Color space.(package private) PdfDictionary
PdfCanvasProcessor.BeginMarkedContentDictionaryOperator. getPropertiesDictionary(PdfObject operand1, PdfResources resources)
void
PdfCanvasProcessor. processContent(byte[] contentBytes, PdfResources resources)
Processes PDF syntax. -
Uses of PdfResources in com.itextpdf.kernel.pdf.canvas.parser.util
Fields in com.itextpdf.kernel.pdf.canvas.parser.util declared as PdfResources Modifier and Type Field Description private PdfResources
PdfCanvasParser. currentResources
Constructors in com.itextpdf.kernel.pdf.canvas.parser.util with parameters of type PdfResources Constructor Description PdfCanvasParser(PdfTokenizer tokeniser, PdfResources currentResources)
Creates a new instance of PdfContentParser -
Uses of PdfResources in com.itextpdf.kernel.pdf.colorspace
Fields in com.itextpdf.kernel.pdf.colorspace declared as PdfResources Modifier and Type Field Description private PdfResources
PdfPattern.Tiling. resources
Methods in com.itextpdf.kernel.pdf.colorspace that return PdfResources Modifier and Type Method Description PdfResources
PdfPattern.Tiling. getResources()
Gets the Tiling Pattern's resources. -
Uses of PdfResources in com.itextpdf.kernel.pdf.xobject
Fields in com.itextpdf.kernel.pdf.xobject declared as PdfResources Modifier and Type Field Description protected PdfResources
PdfFormXObject. resources
Methods in com.itextpdf.kernel.pdf.xobject that return PdfResources Modifier and Type Method Description PdfResources
PdfFormXObject. getResources()
GetsPdfResources
of the Form XObject. -
Uses of PdfResources in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils with parameters of type PdfResources Modifier and Type Method Description void
ValidationContainer. validate(java.lang.Object obj, IsoKey key, PdfResources resources, PdfStream contentStream, java.lang.Object extra)
Check the provided object for conformance with all theIValidationChecker
implementations.void
IValidationChecker. validateObject(java.lang.Object obj, IsoKey key, PdfResources resources, PdfStream contentStream, java.lang.Object extra)
Check the provided object for conformance. -
Uses of PdfResources in com.itextpdf.pdfa
Methods in com.itextpdf.pdfa with parameters of type PdfResources Modifier and Type Method Description void
PdfADocument. checkIsoConformance(java.lang.Object obj, IsoKey key, PdfResources resources, PdfStream contentStream, java.lang.Object extra)
-
Uses of PdfResources in com.itextpdf.pdfa.checker
Methods in com.itextpdf.pdfa.checker with parameters of type PdfResources Modifier and Type Method Description void
PdfAChecker. validateObject(java.lang.Object obj, IsoKey key, PdfResources resources, PdfStream contentStream, java.lang.Object extra)
-
Uses of PdfResources in com.itextpdf.pdfua.checkers
Methods in com.itextpdf.pdfua.checkers with parameters of type PdfResources Modifier and Type Method Description void
PdfUA1Checker. validateObject(java.lang.Object obj, IsoKey key, PdfResources resources, PdfStream contentStream, java.lang.Object extra)
Check the provided object for conformance.
-