Uses of Class
org.verapdf.cos.COSDocument
-
-
Uses of COSDocument in org.verapdf.cos
Methods in org.verapdf.cos that return COSDocument Modifier and Type Method Description abstract COSDocumentCOSBase. getDocument()COSDocumentCOSDirect. getDocument()COSDocumentCOSIndirect. getDocument()COSDocumentCOSObject. getDocument()Methods in org.verapdf.cos with parameters of type COSDocument Modifier and Type Method Description static COSObjectCOSIndirect. construct(COSKey value, COSDocument doc)static COSObjectCOSIndirect. construct(COSObject value, COSDocument doc)abstract booleanCOSBase. setKey(COSKey key, COSDocument document)booleanCOSDirect. setKey(COSKey key, COSDocument document)booleanCOSIndirect. setKey(COSKey key, COSDocument document)voidCOSObject. setKey(COSKey key, COSDocument document)Constructors in org.verapdf.cos with parameters of type COSDocument Constructor Description COSIndirect(COSKey key, COSDocument document)COSIndirect(COSObject value, COSDocument document) -
Uses of COSDocument in org.verapdf.cos.visitor
Fields in org.verapdf.cos.visitor declared as COSDocument Modifier and Type Field Description protected COSDocumentWriter. documentMethods in org.verapdf.cos.visitor with parameters of type COSDocument Modifier and Type Method Description ObjectICOSVisitor. visitFromDocument(COSDocument obj)Constructors in org.verapdf.cos.visitor with parameters of type COSDocument Constructor Description IndirectWriter(COSDocument document, String filename, boolean append, long indirectOffset)Writer(COSDocument document, String filename, boolean append, long incrementalOffset)Writer(COSDocument document, String filename, long incrementalOffset) -
Uses of COSDocument in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type COSDocument Modifier and Type Method Description static LowLvlInfoFeaturesObjectGFFeaturesObjectCreator. createLowLvlInfoFeaturesObject(COSDocument document)Creates new LowLvlInfoFeaturesObject -
Uses of COSDocument in org.verapdf.features.gf.objects
Constructors in org.verapdf.features.gf.objects with parameters of type COSDocument Constructor Description GFLowLvlInfoFeaturesObjectAdapter(COSDocument document)Constructs new low level info feature object adapter. -
Uses of COSDocument in org.verapdf.gf.model.impl.cos
Fields in org.verapdf.gf.model.impl.cos declared as COSDocument Modifier and Type Field Description protected COSDocumentGFCosObject. cosDocumentConstructors in org.verapdf.gf.model.impl.cos with parameters of type COSDocument Constructor Description GFCosDocument(COSDocument cosDocument)Constructor using greenfield COSDocumentGFCosObject(COSDocument cosDocument, String type) -
Uses of COSDocument in org.verapdf.gf.model.impl.pd.util
Methods in org.verapdf.gf.model.impl.pd.util with parameters of type COSDocument Modifier and Type Method Description static BooleanXMPChecker. doesInfoMatchXMP(COSDocument document)Matches properties of document information dictionary and xmp metadata. -
Uses of COSDocument in org.verapdf.gf.model.tools
Methods in org.verapdf.gf.model.tools with parameters of type COSDocument Modifier and Type Method Description static voidFileSpecificationKeysHelper. registerFileSpecificationKeys(COSDocument document) -
Uses of COSDocument in org.verapdf.gf.model.visitor.cos.pb
Methods in org.verapdf.gf.model.visitor.cos.pb with parameters of type COSDocument Modifier and Type Method Description ObjectGFCosVisitor. visitFromDocument(COSDocument obj)Create a GFCosDocument for corresponding COSDocument. -
Uses of COSDocument in org.verapdf.io
Constructors in org.verapdf.io with parameters of type COSDocument Constructor Description Reader(COSDocument document, InputStream fileStream)Reader(COSDocument document, String fileName) -
Uses of COSDocument in org.verapdf.metadata.fixer.gf.impl.model
Constructors in org.verapdf.metadata.fixer.gf.impl.model with parameters of type COSDocument Constructor Description InfoDictionaryImpl(COSObject info, COSDocument doc)MetadataImpl(VeraPDFMeta metadata, COSObject stream, COSDocument doc, boolean isStreamCreated) -
Uses of COSDocument in org.verapdf.parser
Fields in org.verapdf.parser declared as COSDocument Modifier and Type Field Description protected COSDocumentCOSParser. documentprotected COSDocumentNotSeekableCOSParser. documentMethods in org.verapdf.parser that return COSDocument Modifier and Type Method Description COSDocumentCOSParser. getDocument()Constructors in org.verapdf.parser with parameters of type COSDocument Constructor Description COSParser(COSDocument document, InputStream fileStream)COSParser(COSDocument document, String filename)DecodedObjectStreamParser(ASInputStream inputStream, COSStream objectStream, COSKey streamKey, COSDocument doc)Constructor from decoded object stream data and COSStream.NotSeekableCOSParser(ASInputStream stream, COSDocument document)PDFParser(COSDocument document, InputStream fileStream)PDFParser(COSDocument document, String filename)SignatureParser(SeekableInputStream stream, COSDocument document)Constructor. -
Uses of COSDocument in org.verapdf.pd
Methods in org.verapdf.pd that return COSDocument Modifier and Type Method Description COSDocumentPDDocument. getDocument()Constructors in org.verapdf.pd with parameters of type COSDocument Constructor Description PDPage(double[] bbox, COSDocument document) -
Uses of COSDocument in org.verapdf.pd.encryption
Constructors in org.verapdf.pd.encryption with parameters of type COSDocument Constructor Description StandardSecurityHandler(PDEncryption pdEncryption, COSObject id, COSDocument document)Constructor.
-