Class GFCMapFile
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.external.GFExternal
org.verapdf.gf.model.impl.external.GFCMapFile
This class represents embedded CMap file.
- Author:
- Sergey Shemyakov
-
Field Summary
FieldsFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionthe value of the WMode entry in the parent CMap dictionarymaximal CID of code contained in this CMap filegetWMode()the value of the WMode entry in the embedded CMap fileMethods 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
-
CMAP_FILE_TYPE
Type name for GFCMapFile- See Also:
-
-
Constructor Details
-
GFCMapFile
Constructor from COSStream containing CMap.- Parameters:
stream- is CMap stream.
-
-
Method Details
-
getWMode
Description copied from interface:CMapFilethe value of the WMode entry in the embedded CMap file -
getdictWMode
Description copied from interface:CMapFilethe value of the WMode entry in the parent CMap dictionary- Specified by:
getdictWModein interfaceCMapFile- Returns:
- the value of the WMode entry in the parent CMap dictionary.
-
getmaximalCID
Description copied from interface:CMapFilemaximal CID of code contained in this CMap file- Specified by:
getmaximalCIDin interfaceCMapFile
-