Class GFEmbeddedFile
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.external.GFExternal
org.verapdf.gf.model.impl.external.GFEmbeddedFile
- All Implemented Interfaces:
Object,EmbeddedFile,External
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontrue if this file is a valid PDF/A document (Part 1 or Part 2) on its owntrue if this file is a valid PDF/A document (Part 1, Part 2 or Part 4) on its ownMIME type of the embedded file (/Subtype entry in the embedded file dictionary)Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
EMBEDDED_FILE_TYPE
Type name forGFEmbeddedFile- See Also:
-
-
Constructor Details
-
GFEmbeddedFile
-
-
Method Details
-
getSubtype
Description copied from interface:EmbeddedFileMIME type of the embedded file (/Subtype entry in the embedded file dictionary)- Specified by:
getSubtypein interfaceEmbeddedFile
-
getisValidPDFA12
Description copied from interface:EmbeddedFiletrue if this file is a valid PDF/A document (Part 1 or Part 2) on its own- Specified by:
getisValidPDFA12in interfaceEmbeddedFile
-
getisValidPDFA124
Description copied from interface:EmbeddedFiletrue if this file is a valid PDF/A document (Part 1, Part 2 or Part 4) on its own- Specified by:
getisValidPDFA124in interfaceEmbeddedFile
-