Uses of Class
com.aowagie.text.pdf.IntHashtable
-
Packages that use IntHashtable Package Description com.aowagie.text.pdf -
-
Uses of IntHashtable in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as IntHashtable Modifier and Type Field Description private static IntHashtable
Barcode128. ais
private static IntHashtable
PdfEncodings.Cp437Conversion. c2b
private IntHashtable
FontDetails. cjkTag
IntHashtable with CIDs of CJK glyphs that are used in the text.private IntHashtable
DocumentFont. diffmap
(package private) IntHashtable
AcroFields.InstHit. hits
private IntHashtable
CJKFont. hMetrics
protected IntHashtable
TrueTypeFont. kerning
The map containing the kerning information.private IntHashtable
PdfStamperImp. marked
protected static IntHashtable
BidiLine. mirrorChars
private IntHashtable
PdfStamperImp. myXref
private IntHashtable
PdfReader. objStmToOffset
private static IntHashtable
PdfEncodings. pdfEncoding
private IntHashtable
PdfReader.PageRefs. refsp
protected IntHashtable
BaseFont. specialMap
Custom encodings use this map to key the Unicode character to the single byte code.private static IntHashtable
PdfEncodings.SymbolConversion. t1
private static IntHashtable
PdfEncodings.SymbolConversion. t2
private IntHashtable
PdfEncodings.SymbolConversion. translation
private IntHashtable
DocumentFont. uni2byte
private IntHashtable
CJKFont. vMetrics
(package private) static IntHashtable
PdfEncodings. winansi
Methods in com.aowagie.text.pdf that return IntHashtable Modifier and Type Method Description private static IntHashtable
CJKFont. createMetric(java.lang.String s)
(package private) IntHashtable
DocumentFont. getUni2Byte()
Exposes the unicode - > CID map that is constructed from the font's encodingprivate IntHashtable
DocumentFont. readWidths(PdfArray ws)
Methods in com.aowagie.text.pdf with parameters of type IntHashtable Modifier and Type Method Description private static void
BaseFont. addFont(PRIndirectReference fontRef, IntHashtable hits, java.util.ArrayList fonts)
private static java.util.List
SimpleBookmark. bookmarkDepth(PdfReader reader, PdfDictionary outline, IntHashtable pages)
private static java.lang.String
CJKFont. convertToHCIDMetrics(int[] keys, IntHashtable h)
private static java.lang.String
CJKFont. convertToVCIDMetrics(int[] keys, IntHashtable v, IntHashtable h)
private void
DocumentFont. fillMetrics(byte[] touni, IntHashtable widths, int dw)
private static void
PdfStamperImp. findAllObjects(PdfReader reader, PdfObject obj, IntHashtable hits)
private PdfDictionary
CJKFont. getCIDFont(PdfIndirectReference fontDescriptor, IntHashtable cjkTag)
private static java.lang.String
SimpleBookmark. makeBookmarkParam(PdfArray dest, IntHashtable pages)
private static void
SimpleBookmark. mapGotoBookmark(java.util.HashMap map, PdfObject dest, IntHashtable pages)
private void
PdfReader. readObjStm(PRStream stream, IntHashtable map)
private static void
BaseFont. recourseFonts(PdfDictionary page, IntHashtable hits, java.util.ArrayList fonts, int level)
-