Uses of Class
com.itextpdf.kernel.pdf.PdfObjectWrapper
-
-
Uses of PdfObjectWrapper in com.itextpdf.forms
Subclasses of PdfObjectWrapper in com.itextpdf.forms Modifier and Type Class Description class
PdfAcroForm
This class represents the static form technology AcroForm on a PDF file.class
PdfSigFieldLock
A signature field lock dictionary.Methods in com.itextpdf.forms that return PdfObjectWrapper Modifier and Type Method Description PdfObjectWrapper<PdfDictionary>
PdfAcroForm. setModified()
-
Uses of PdfObjectWrapper in com.itextpdf.forms.fields
Subclasses of PdfObjectWrapper in com.itextpdf.forms.fields Modifier and Type Class Description class
AbstractPdfFormField
This class represents a single field or field group in anAcroForm
.class
PdfButtonFormField
An interactive control on the screen that raises events and/or can retain data.class
PdfChoiceFormField
An AcroForm field type representing any type of choice field.class
PdfFormAnnotation
This class represents a single annotation in form fields hierarchy in anAcroForm
.class
PdfFormField
This class represents a single field or field group in anAcroForm
.class
PdfSignatureFormField
An AcroForm field containing signature data.class
PdfTextFormField
An AcroForm field containing textual data. -
Uses of PdfObjectWrapper in com.itextpdf.kernel.font
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.font Modifier and Type Class Description class
PdfFont
class
PdfSimpleFont<T extends FontProgram>
class
PdfTrueTypeFont
Note.class
PdfType0Font
class
PdfType1Font
class
PdfType3Font
Low-level API class for Type 3 fonts. -
Uses of PdfObjectWrapper in com.itextpdf.kernel.mac
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.mac Modifier and Type Class Description (package private) class
MacPdfObject
-
Uses of PdfObjectWrapper in com.itextpdf.kernel.pdf
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.pdf Modifier and Type Class Description class
PdfAnnotationBorder
Specifying the characteristics of the annotation’s border.class
PdfCatalog
The root of a document’s object hierarchy.class
PdfDate
PdfDate
is the PDF date object.class
PdfEncryptedPayload
class
PdfEncryptedPayloadDocument
class
PdfEncryption
class
PdfOutputIntent
Specify the colour characteristics of output devices on which the document might be rendered See ISO 32000-1 14.11.5: Output Intents.class
PdfPage
(package private) class
PdfPages
class
PdfResources
Wrapper class that represent resource dictionary - that define named resources used by content streams operators.class
PdfViewerPreferences
Methods in com.itextpdf.kernel.pdf that return PdfObjectWrapper Modifier and Type Method Description PdfObjectWrapper<T>
PdfObjectWrapper. makeIndirect(PdfDocument document)
Marks object behind wrapper to be saved as indirect.PdfObjectWrapper<T>
PdfObjectWrapper. makeIndirect(PdfDocument document, PdfIndirectReference reference)
Marks object behind wrapper to be saved as indirect.PdfObjectWrapper<T>
PdfObjectWrapper. setModified()
PdfObjectWrapper<PdfDictionary>
PdfResources. setModified()
Methods in com.itextpdf.kernel.pdf with parameters of type PdfObjectWrapper Modifier and Type Method Description (package private) <T extends PdfObject>
PdfNamePdfResources. addResource(PdfObjectWrapper<T> resource, PdfResources.ResourceNameGenerator nameGen)
<T extends PdfObject>
PdfNamePdfResources. getResourceName(PdfObjectWrapper<T> resource)
Gets the mapped resource name of thePdfObject
under the given wrapper. -
Uses of PdfObjectWrapper in com.itextpdf.kernel.pdf.action
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.pdf.action Modifier and Type Class Description class
PdfAction
A wrapper for action dictionaries (ISO 32000-1 section 12.6).class
PdfAnnotationAdditionalActions
A wrapper for annotations additional actions dictionaries.class
PdfMediaClipData
This class is a wrapper of media clip data dictionary that defines the data for a media object that can be played.class
PdfRendition
This a wrapper around a rendition dictionary.class
PdfTarget
A target dictionary locates the target in relation to the source, in much the same way that a relative path describes the physical relationship between two files in a file system.class
PdfWin
This class is a wrapper around a Windows launch parameter dictionary.Methods in com.itextpdf.kernel.pdf.action with parameters of type PdfObjectWrapper Modifier and Type Method Description static void
PdfAction. setAdditionalAction(PdfObjectWrapper<PdfDictionary> wrapper, PdfName key, PdfAction action)
Adds an additional action to the providedPdfObjectWrapper
<PdfDictionary
> wrapper. -
Uses of PdfObjectWrapper in com.itextpdf.kernel.pdf.annot
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.pdf.annot Modifier and Type Class Description class
Pdf3DAnnotation
This class represents 3D annotations by which 3D artwork shall be represented in a PDF document.class
PdfAnnotation
This is a super class for the annotation dictionary wrappers.(package private) static class
PdfAnnotation.PdfUnknownAnnotation
class
PdfAnnotationAppearance
class
PdfCaretAnnotation
class
PdfCircleAnnotation
class
PdfFileAttachmentAnnotation
class
PdfFixedPrint
class
PdfFreeTextAnnotation
class
PdfInkAnnotation
class
PdfLineAnnotation
The purpose of a line annotation is to display a single straight line on the page.class
PdfLinkAnnotation
A link annotation represents either a hypertext link to a destination elsewhere in the document or anPdfAction
to be performed.class
PdfMarkupAnnotation
This is a super class for the annotations which are defined as markup annotations because they are used primarily to mark up PDF documents.class
PdfPolyGeomAnnotation
(package private) class
PdfPolygonAnnotation
(package private) class
PdfPolylineAnnotation
class
PdfPopupAnnotation
class
PdfPrinterMarkAnnotation
class
PdfRedactAnnotation
class
PdfScreenAnnotation
class
PdfSoundAnnotation
class
PdfSquareAnnotation
class
PdfStampAnnotation
class
PdfTextAnnotation
class
PdfTextMarkupAnnotation
class
PdfTrapNetworkAnnotation
APdfTrapNetworkAnnotation
may be used to define the trapping characteristics for a page of a PDF document.class
PdfWatermarkAnnotation
class
PdfWidgetAnnotation
-
Uses of PdfObjectWrapper in com.itextpdf.kernel.pdf.collection
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.pdf.collection Modifier and Type Class Description class
PdfCollection
class
PdfCollectionField
class
PdfCollectionItem
class
PdfCollectionSchema
class
PdfCollectionSort
-
Uses of PdfObjectWrapper in com.itextpdf.kernel.pdf.colorspace
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.pdf.colorspace Modifier and Type Class Description class
PdfCieBasedCs
static class
PdfCieBasedCs.CalGray
static class
PdfCieBasedCs.CalRgb
static class
PdfCieBasedCs.IccBased
static class
PdfCieBasedCs.Lab
class
PdfColorSpace
Represents the most common properties of color spaces.class
PdfDeviceCs
static class
PdfDeviceCs.Cmyk
static class
PdfDeviceCs.Gray
static class
PdfDeviceCs.Rgb
class
PdfPattern
Dictionary wrapper that represent special type of color space, that uses pattern objects as the equivalent of colour values instead of the numeric component values used with other spaces.static class
PdfPattern.Shading
Shading pattern provides a smooth transition between colors across an area to be painted, independent of the resolution of any particular output device and without specifying the number of steps in the color transition.static class
PdfPattern.Tiling
Wrapper that represents tiling pattern of color space.class
PdfSpecialCs
static class
PdfSpecialCs.DeviceN
static class
PdfSpecialCs.Indexed
static class
PdfSpecialCs.NChannel
static class
PdfSpecialCs.Pattern
static class
PdfSpecialCs.Separation
static class
PdfSpecialCs.UncoloredTilingPattern
-
Uses of PdfObjectWrapper in com.itextpdf.kernel.pdf.colorspace.shading
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.pdf.colorspace.shading Modifier and Type Class Description class
AbstractPdfShading
The PdfShading class that represents the Shading Dictionary PDF object.class
AbstractPdfShadingBlend
The PdfShadingBlend class which extendsAbstractPdfShading
and represents shadings which are based on a blend, with Coords, Domain and Extend fields in the PDF object.class
AbstractPdfShadingMesh
The PdfShadingMesh class which extendsAbstractPdfShading
and represents shadings which are based on a mesh, with BitsPerCoordinate, BitsPerComponent and Decode fields in the PDF object.class
AbstractPdfShadingMeshWithFlags
The PdfShadingMeshFlags class which extendsAbstractPdfShading
andAbstractPdfShadingMesh
and represents shadings which are based on a mesh, with all fields fromAbstractPdfShadingMesh
as well as BitsPerFlag in the PDF object.class
PdfAxialShading
The class that extendsAbstractPdfShading
andAbstractPdfShadingBlend
classes and is in charge of Shading Dictionary with axial type, that define a colour blend that varies along a linear axis between two endpoints and extends indefinitely perpendicular to that axis.class
PdfCoonsPatchShading
The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with Coons Patch mesh type.class
PdfFreeFormGouraudShadedTriangleShading
The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with free-form Gouraud-shaded triangle mesh type.class
PdfFunctionBasedShading
The class that extendsAbstractPdfShading
class and is in charge of Shading Dictionary with function-based type, that defines color at every point in the domain by a specified mathematical function.class
PdfLatticeFormGouraudShadedTriangleShading
The class that extendsAbstractPdfShading
andAbstractPdfShadingMesh
classes and is in charge of Shading Dictionary with lattice-form Gouraud-shaded triangle mesh type.class
PdfRadialShading
The class that extendsAbstractPdfShading
andAbstractPdfShadingBlend
classes and is in charge of Shading Dictionary with radial type, that defines a colour blend that varies between two circles.class
PdfTensorProductPatchShading
The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with Tensor-Product Patch mesh type. -
Uses of PdfObjectWrapper in com.itextpdf.kernel.pdf.extgstate
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.pdf.extgstate Modifier and Type Class Description class
PdfExtGState
Graphics state parameter dictionary wrapper. -
Uses of PdfObjectWrapper in com.itextpdf.kernel.pdf.filespec
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.pdf.filespec Modifier and Type Class Description class
PdfDictionaryFS
class
PdfFileSpec
class
PdfStringFS
-
Uses of PdfObjectWrapper in com.itextpdf.kernel.pdf.function
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.pdf.function Modifier and Type Class Description class
AbstractPdfFunction<T extends PdfDictionary>
The abstract PdfFunction class that represents the Function Dictionary or Stream PDF object.class
PdfType0Function
class
PdfType2Function
This class represents Pdf type 2 function that defines an exponential interpolation of one input value to n output values.class
PdfType3Function
This class represents Pdf type 3 function that defines a stitching of the subdomains of several 1-input functions to produce a single new 1-input function.class
PdfType4Function
-
Uses of PdfObjectWrapper in com.itextpdf.kernel.pdf.layer
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.pdf.layer Modifier and Type Class Description class
PdfLayer
An optional content group is a dictionary representing a collection of graphics that can be made visible or invisible dynamically by users of viewer applications.class
PdfLayerMembership
Content typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF.class
PdfOCProperties
This class represents /OCProperties entry if pdf catalog and manages the layers of the pdf document.class
PdfVisibilityExpression
An array specifying a visibility expression, used to compute visibility of content based on a set of optional content groups. -
Uses of PdfObjectWrapper in com.itextpdf.kernel.pdf.navigation
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.pdf.navigation Modifier and Type Class Description class
PdfDestination
class
PdfExplicitDestination
This class shall be used for creation of destinations, associated with outline items, annotations or actions within current document.class
PdfExplicitRemoteGoToDestination
This class shall be used for creation of destinations, associated Remote Go-To and Embedded Go-To actions only, i.e.class
PdfNamedDestination
class
PdfStringDestination
class
PdfStructureDestination
-
Uses of PdfObjectWrapper in com.itextpdf.kernel.pdf.tagging
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.pdf.tagging Modifier and Type Class Description class
PdfMcr
Represents Marked Content Reference (MCR) object wrapper.class
PdfMcrDictionary
class
PdfMcrNumber
class
PdfNamespace
A wrapper for namespace dictionaries (ISO 32000-2 section 14.7.4).class
PdfObjRef
class
PdfStructElem
A wrapper for structure element dictionaries (ISO-32000 14.7.2 "Structure Hierarchy").class
PdfStructTreeRoot
Represents a wrapper-class for structure tree root dictionary.class
PdfStructureAttributes
class
PdfUserPropertiesAttributes
class
PdfUserProperty
-
Uses of PdfObjectWrapper in com.itextpdf.kernel.pdf.xobject
Subclasses of PdfObjectWrapper in com.itextpdf.kernel.pdf.xobject Modifier and Type Class Description class
PdfFormXObject
A wrapper for Form XObject.class
PdfImageXObject
A wrapper for Image XObject.class
PdfTransparencyGroup
class
PdfXObject
An abstract wrapper for supported types of XObject. -
Uses of PdfObjectWrapper in com.itextpdf.pdfa
Subclasses of PdfObjectWrapper in com.itextpdf.pdfa Modifier and Type Class Description (package private) class
PdfAPage
-
Uses of PdfObjectWrapper in com.itextpdf.pdfua
Subclasses of PdfObjectWrapper in com.itextpdf.pdfua Modifier and Type Class Description (package private) class
PdfUAPage
-
Uses of PdfObjectWrapper in com.itextpdf.signatures
Subclasses of PdfObjectWrapper in com.itextpdf.signatures Modifier and Type Class Description class
PdfSignature
Represents the signature dictionary.class
PdfSignatureApp
A dictionary that stores the name of the application that signs the PDF.class
PdfSignatureBuildProperties
Dictionary that stores signature build properties. -
Uses of PdfObjectWrapper in com.itextpdf.svg.xobject
Subclasses of PdfObjectWrapper in com.itextpdf.svg.xobject Modifier and Type Class Description class
SvgImageXObject
A wrapper for Form XObject for SVG images.
-