Class GFAFontType0
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAFontType0
-
- All Implemented Interfaces:
AFontType0,AObject,Object
public class GFAFontType0 extends GFAObject implements AFontType0
-
-
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 GFAFontType0(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
-
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
-
getcontainsBaseFont
public Boolean getcontainsBaseFont()
- Specified by:
getcontainsBaseFontin interfaceAFontType0
-
getBaseFontValue
public COSObject getBaseFontValue()
-
getBaseFontHasTypeName
public Boolean getBaseFontHasTypeName()
- Specified by:
getBaseFontHasTypeNamein interfaceAFontType0
-
getcontainsDescendantFonts
public Boolean getcontainsDescendantFonts()
- Specified by:
getcontainsDescendantFontsin interfaceAFontType0
-
getDescendantFontsValue
public COSObject getDescendantFontsValue()
-
getDescendantFontsHasTypeArray
public Boolean getDescendantFontsHasTypeArray()
- Specified by:
getDescendantFontsHasTypeArrayin interfaceAFontType0
-
getcontainsEncoding
public Boolean getcontainsEncoding()
- Specified by:
getcontainsEncodingin interfaceAFontType0
-
getEncodingValue
public COSObject getEncodingValue()
-
getisEncodingIndirect
public Boolean getisEncodingIndirect()
- Specified by:
getisEncodingIndirectin interfaceAFontType0
-
getEncodingHasTypeName
public Boolean getEncodingHasTypeName()
- Specified by:
getEncodingHasTypeNamein interfaceAFontType0
-
getEncodingHasTypeStream
public Boolean getEncodingHasTypeStream()
- Specified by:
getEncodingHasTypeStreamin interfaceAFontType0
-
getEncodingNameValue
public String getEncodingNameValue()
- Specified by:
getEncodingNameValuein interfaceAFontType0
-
getcontainsSubtype
public Boolean getcontainsSubtype()
- Specified by:
getcontainsSubtypein interfaceAFontType0
-
getSubtypeValue
public COSObject getSubtypeValue()
-
getSubtypeHasTypeName
public Boolean getSubtypeHasTypeName()
- Specified by:
getSubtypeHasTypeNamein interfaceAFontType0
-
getSubtypeNameValue
public String getSubtypeNameValue()
- Specified by:
getSubtypeNameValuein interfaceAFontType0
-
getcontainsToUnicode
public Boolean getcontainsToUnicode()
- Specified by:
getcontainsToUnicodein interfaceAFontType0
-
getToUnicodeValue
public COSObject getToUnicodeValue()
-
getisToUnicodeIndirect
public Boolean getisToUnicodeIndirect()
- Specified by:
getisToUnicodeIndirectin interfaceAFontType0
-
getToUnicodeHasTypeStream
public Boolean getToUnicodeHasTypeStream()
- Specified by:
getToUnicodeHasTypeStreamin interfaceAFontType0
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceAFontType0
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceAFontType0
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceAFontType0
-
-