Package org.verapdf.model.alayer
Interface ACollectionSplit
-
- All Known Implementing Classes:
GFACollectionSplit
public interface ACollectionSplit extends AObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetcontainsDirection()BooleangetcontainsPosition()BooleangetcontainsType()BooleangetDirectionHasTypeName()StringgetDirectionNameValue()BooleangethasExtensionADBE_Extn3()BooleangetPositionHasTypeNumber()DoublegetPositionNumberValue()BooleangetTypeHasTypeName()StringgetTypeNameValue()-
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
-
getcontainsDirection
Boolean getcontainsDirection()
-
getDirectionHasTypeName
Boolean getDirectionHasTypeName()
-
getDirectionNameValue
String getDirectionNameValue()
-
getcontainsPosition
Boolean getcontainsPosition()
-
getPositionHasTypeNumber
Boolean getPositionHasTypeNumber()
-
getPositionNumberValue
Double getPositionNumberValue()
-
getcontainsType
Boolean getcontainsType()
-
getTypeHasTypeName
Boolean getTypeHasTypeName()
-
getTypeNameValue
String getTypeNameValue()
-
gethasExtensionADBE_Extn3
Boolean gethasExtensionADBE_Extn3()
-
-