Class GFABoxStyle
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFABoxStyle
-
-
Field Summary
-
Fields inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
baseObject, keyName, parentObject, PDF_DATE_FORMAT_REGEX
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFABoxStyle(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCHasTypeArray()BooleangetcontainsC()BooleangetcontainsD()BooleangetcontainsS()BooleangetcontainsW()COSObjectgetCValue()BooleangetDHasTypeArray()COSObjectgetDValue()List<? extends Object>getLinkedObjects(String link)COSObjectgetSDefaultValue()BooleangetSHasTypeName()StringgetSNameValue()COSObjectgetSValue()COSObjectgetWDefaultValue()BooleangetWHasTypeNumber()COSObjectgetWValue()-
Methods inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
clearAllContainers, getExtraContext, getfileSize, getID, getisEncryptedWrapper, getisPDFTagged, getkeyName, getKeysSet, getkeysString, getnotStandard14Font, getnumberOfPages, getPageObject, getsize, hasCycle, setKeysSet
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getcontainsC
public Boolean getcontainsC()
- Specified by:
getcontainsCin interfaceABoxStyle
-
getCValue
public COSObject getCValue()
-
getCHasTypeArray
public Boolean getCHasTypeArray()
- Specified by:
getCHasTypeArrayin interfaceABoxStyle
-
getcontainsD
public Boolean getcontainsD()
- Specified by:
getcontainsDin interfaceABoxStyle
-
getDValue
public COSObject getDValue()
-
getDHasTypeArray
public Boolean getDHasTypeArray()
- Specified by:
getDHasTypeArrayin interfaceABoxStyle
-
getcontainsS
public Boolean getcontainsS()
- Specified by:
getcontainsSin interfaceABoxStyle
-
getSDefaultValue
public COSObject getSDefaultValue()
-
getSValue
public COSObject getSValue()
-
getSHasTypeName
public Boolean getSHasTypeName()
- Specified by:
getSHasTypeNamein interfaceABoxStyle
-
getSNameValue
public String getSNameValue()
- Specified by:
getSNameValuein interfaceABoxStyle
-
getcontainsW
public Boolean getcontainsW()
- Specified by:
getcontainsWin interfaceABoxStyle
-
getWDefaultValue
public COSObject getWDefaultValue()
-
getWValue
public COSObject getWValue()
-
getWHasTypeNumber
public Boolean getWHasTypeNumber()
- Specified by:
getWHasTypeNumberin interfaceABoxStyle
-
-