Package org.verapdf.model.alayer
Interface AOptContentCreatorInfo
-
- All Known Implementing Classes:
GFAOptContentCreatorInfo
public interface AOptContentCreatorInfo extends AObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetcontainsCreator()BooleangetcontainsSubtype()BooleangetcontainsSubType()BooleangetCreatorHasTypeStringText()BooleangethasExtensionMalforms()BooleangetSubtypeHasTypeName()BooleangetSubTypeHasTypeName()StringgetSubtypeNameValue()StringgetSubTypeNameValue()-
Methods inherited from interface org.verapdf.model.alayer.AObject
getfileSize, getisEncryptedWrapper, getisPDFTagged, getkeyName, getkeysString, getnotStandard14Font, getnumberOfPages, getsize
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getcontainsCreator
Boolean getcontainsCreator()
-
getCreatorHasTypeStringText
Boolean getCreatorHasTypeStringText()
-
getcontainsSubType
Boolean getcontainsSubType()
-
getSubTypeHasTypeName
Boolean getSubTypeHasTypeName()
-
getSubTypeNameValue
String getSubTypeNameValue()
-
getcontainsSubtype
Boolean getcontainsSubtype()
-
getSubtypeHasTypeName
Boolean getSubtypeHasTypeName()
-
getSubtypeNameValue
String getSubtypeNameValue()
-
gethasExtensionMalforms
Boolean gethasExtensionMalforms()
-
-