|
iText 9.5.0 API
|
Class representing CMap encoding in pdf document. More...
Public Member Functions |
|
| CMapEncoding (String cmap) | |
| Creates a new CMap encoding. More... |
|
| CMapEncoding (String cmap, String uniMap) | |
| Creates a new CMap encoding. More... |
|
| CMapEncoding (String cmap, byte[] cmapBytes) | |
| Creates a new CMap encoding. More... |
|
| virtual bool | IsDirect () |
| Checks if CMap is direct or indirect pdf object More... |
|
| virtual bool | HasUniMap () |
| Checks if CMap to convert Unicode value to CID is present. More... |
|
| virtual String | GetRegistry () |
| Gets string identifying the issuer of the character collection. More... |
|
| virtual String | GetOrdering () |
| Gets string that uniquely names the character collection within the specified registry. More... |
|
| virtual int | GetSupplement () |
| Gets the supplement number of the character collection More... |
|
| virtual String | GetUniMapName () |
| Gets CMap name which converts Unicode value to CID. More... |
|
| virtual String | GetCmapName () |
| Gets CMap name. More... |
|
| virtual bool | IsBuiltWith (String cmap) |
| Checks whether the CMapEncoding was built with corresponding cmap name. More... |
|
| virtual byte[] | GetCmapBytes (int cid) |
| Gets CMap bytes by CID. More... |
|
| virtual int | FillCmapBytes (int cid, byte[] array, int offset) |
| virtual void | FillCmapBytes (int cid, ByteBuffer buffer) |
| virtual int | GetCmapBytesLength (int cid) |
| virtual int | GetCidCode (int cmapCode) |
| virtual IList< byte[]> | GetCodeSpaceRanges () |
Class representing CMap encoding in pdf document.
|
inline |
Creates a new CMap encoding.
| cmap | CMap name |
|
inline |
Creates a new CMap encoding.
| cmap | CMap name |
| uniMap | CMap to convert Unicode value to CID |
|
inline |
Creates a new CMap encoding.
| cmap | CMap name |
| cmapBytes | CMap binary data |
|
inlinevirtual |
Gets CMap bytes by CID.
| cid | id of the CMap |
|
inlinevirtual |
Gets CMap name.
|
inlinevirtual |
Gets string that uniquely names the character collection within the specified registry.
|
inlinevirtual |
Gets string identifying the issuer of the character collection.
|
inlinevirtual |
Gets the supplement number of the character collection
|
inlinevirtual |
Gets CMap name which converts Unicode value to CID.
|
inlinevirtual |
Checks if CMap to convert Unicode value to CID is present.
true if present, false otherwise
|
inlinevirtual |
Checks whether the CMapEncoding was built with corresponding cmap name.
| cmap | a CMAP |
true , if the CMapEncoding was built with the cmap, false otherwise.
|
inlinevirtual |
Checks if CMap is direct or indirect pdf object
true if direct, false otherwise