Package com.itextpdf.io.font.cmap
Class CMapLocationResource
- java.lang.Object
-
- com.itextpdf.io.font.cmap.CMapLocationResource
-
- All Implemented Interfaces:
ICMapLocation
public class CMapLocationResource extends java.lang.Object implements ICMapLocation
-
-
Constructor Summary
Constructors Constructor Description CMapLocationResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfTokenizer
getLocation(java.lang.String location)
java.lang.String
getLocationPath()
Retrieve base folder path where CMaps are located.
-
-
-
Method Detail
-
getLocation
public PdfTokenizer getLocation(java.lang.String location) throws java.io.IOException
- Specified by:
getLocation
in interfaceICMapLocation
- Throws:
java.io.IOException
-
getLocationPath
public java.lang.String getLocationPath()
Retrieve base folder path where CMaps are located.- Returns:
- CMaps location path.
-
-