Uses of Class
org.verapdf.pd.PDObject
-
-
Uses of PDObject in org.verapdf.cos
Subclasses of PDObject in org.verapdf.cos Modifier and Type Class Description classCOSFiltersclassCOSTrailer -
Uses of PDObject in org.verapdf.external
Subclasses of PDObject in org.verapdf.external Modifier and Type Class Description classICCProfile -
Uses of PDObject in org.verapdf.gf.model.impl.pd
Fields in org.verapdf.gf.model.impl.pd declared as PDObject Modifier and Type Field Description protected PDObjectGFPDObject. simplePDObjectConstructors in org.verapdf.gf.model.impl.pd with parameters of type PDObject Constructor Description GFPDObject(PDObject simplePDObject, String type)GFPDOCConfig(PDObject simplePDObject)GFPDOCConfig(PDObject simplePDObject, List<String> groupNames, boolean duplicateName) -
Uses of PDObject in org.verapdf.pd
Subclasses of PDObject in org.verapdf.pd Modifier and Type Class Description classPD3DStreamclassPDAnnotationclassPDAppearanceEntryclassPDAppearanceStreamclassPDCatalogclassPDExtGStateclassPDGroupclassPDHalftoneclassPDMetadataclassPDNamesDictionaryclassPDNameTreeNodeclassPDNavigationNodeclassPDOutlineDictionaryclassPDOutlineItemclassPDOutputIntentclassPDPageclassPDPageContentStreamclassPDPageTreeBranchclassPDPageTreeNodeclassPDResourceclassPDResourcesclassPDSignatureRepresents digital signature on pd level. -
Uses of PDObject in org.verapdf.pd.actions
Subclasses of PDObject in org.verapdf.pd.actions Modifier and Type Class Description classPDAbstractAdditionalActionsclassPDActionclassPDAnnotationAdditionalActionsclassPDCatalogAdditionalActionsclassPDFormFieldActionsclassPDMediaClipclassPDPageAdditionalActionsclassPDWidgetAdditionalActions -
Uses of PDObject in org.verapdf.pd.annotations
Subclasses of PDObject in org.verapdf.pd.annotations Modifier and Type Class Description classPDWidgetAnnotation -
Uses of PDObject in org.verapdf.pd.colors
Subclasses of PDObject in org.verapdf.pd.colors Modifier and Type Class Description classPDCalGrayclassPDCalRGBclassPDCIEDictionaryBasedclassPDColorSpaceclassPDDeviceCMYKclassPDDeviceGrayclassPDDeviceNclassPDDeviceRGBclassPDICCBasedclassPDIndexedclassPDLabclassPDSeparationclassPDSpecialColorSpaceBase class for special color spaces, see 8.6.6 of PDF-1.7 specification. -
Uses of PDObject in org.verapdf.pd.encryption
Subclasses of PDObject in org.verapdf.pd.encryption Modifier and Type Class Description classPDCryptFilterRepresents crypt filter dictionary on pd level.classPDEncryptionRepresents encryption dictionary on PD level. -
Uses of PDObject in org.verapdf.pd.font
Subclasses of PDObject in org.verapdf.pd.font Modifier and Type Class Description classPDCIDFontClass represents CIDFont on PD level.classPDCIDSystemInfoRepresents CIDSystemInfo dictionary in CID fonts.classPDFontThis is PD representation of font.classPDFontDescriptorRepresents font descriptor.classPDSimpleFontRepresents simple font on pd level (Type1, TrueType, Type3).classPDType0FontRepresents Type0 font on pd level. -
Uses of PDObject in org.verapdf.pd.font.cmap
Subclasses of PDObject in org.verapdf.pd.font.cmap Modifier and Type Class Description classPDCMapRepresents CMap on PD layer. -
Uses of PDObject in org.verapdf.pd.font.truetype
Subclasses of PDObject in org.verapdf.pd.font.truetype Modifier and Type Class Description classPDTrueTypeFontRepresents True Type font on PD level. -
Uses of PDObject in org.verapdf.pd.font.type1
Subclasses of PDObject in org.verapdf.pd.font.type1 Modifier and Type Class Description classPDType1FontClass represents Type 1 font on PD level. -
Uses of PDObject in org.verapdf.pd.font.type3
Subclasses of PDObject in org.verapdf.pd.font.type3 Modifier and Type Class Description classPDType3CharProcClass represents content stream that constructs and paints the glyph for Type 3 font character.classPDType3Font -
Uses of PDObject in org.verapdf.pd.form
Subclasses of PDObject in org.verapdf.pd.form Modifier and Type Class Description classPDAcroFormclassPDFormFieldclassPDSignatureFieldRepresents signature field. -
Uses of PDObject in org.verapdf.pd.function
Subclasses of PDObject in org.verapdf.pd.function Modifier and Type Class Description classPDFunctionclassPDType0FunctionclassPDType2FunctionclassPDType3FunctionclassPDType4Function -
Uses of PDObject in org.verapdf.pd.images
Subclasses of PDObject in org.verapdf.pd.images Modifier and Type Class Description classPDInlineImageclassPDXFormclassPDXImageclassPDXObjectclassPDXPostScript -
Uses of PDObject in org.verapdf.pd.optionalcontent
Subclasses of PDObject in org.verapdf.pd.optionalcontent Modifier and Type Class Description classPDOptionalContentProperties -
Uses of PDObject in org.verapdf.pd.patterns
Subclasses of PDObject in org.verapdf.pd.patterns Modifier and Type Class Description classPDPatternclassPDShadingclassPDShadingPatternclassPDTilingPattern -
Uses of PDObject in org.verapdf.pd.structure
Subclasses of PDObject in org.verapdf.pd.structure Modifier and Type Class Description classPDMCRDictionaryclassPDNameSpaceRoleMappingclassPDNumberTreeNodeClass implements number tree structure (see 7.9.7 in PDF 32000_2008).classPDOBJRDictionaryclassPDStructElemclassPDStructTreeNodeclassPDStructTreeRootclassPDStructureNameSpaceRepresents namespace in structure tree, as described in PDF-2.0 specification 14.7.4. -
Uses of PDObject in org.verapdf.tools
Methods in org.verapdf.tools with parameters of type PDObject Modifier and Type Method Description static COSArrayAttributeHelper. getArrayAttributeValue(PDObject simplePDObject, ASAtom attributeName, String O, COSArray defaultValue)static COSArrayAttributeHelper. getBBox(PDObject simplePDObject)static LongAttributeHelper. getColSpan(PDObject simplePDObject)static StringAttributeHelper. getRole(PDObject simplePDObject)static LongAttributeHelper. getRowSpan(PDObject simplePDObject)static StringAttributeHelper. getScope(PDObject simplePDObject)
-