Uses of Class
com.itextpdf.text.pdf.IntHashtable
-
Packages that use IntHashtable Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.fonts.cmaps -
-
Uses of IntHashtable in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as IntHashtable Modifier and Type Field Description private static IntHashtable
Barcode128. ais
private IntHashtable
DocumentFont. byte2uni
private static IntHashtable
PdfEncodings.Cp437Conversion. c2b
(package 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
private IntHashtable
DocumentFont. hMetrics
protected IntHashtable
TrueTypeFont. kerning
The map containing the kerning information.protected IntHashtable
PdfStamperImp. marked
protected static IntHashtable
BidiLine. mirrorChars
(package private) IntHashtable
PdfStamperImp. myXref
(package private) static IntHashtable
PdfEncodings. pdfEncoding
private IntHashtable
PdfReader.PageRefs. refsp
intHashtable that does the same thing as refsn in case of partial reading: major difference: not all the pages are read.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
private IntHashtable
Type3Font. widths3
(package private) static IntHashtable
PdfEncodings. winansi
Fields in com.itextpdf.text.pdf with type parameters of type IntHashtable Modifier and Type Field Description protected java.util.HashMap<java.lang.Integer,IntHashtable>
PdfReader. objStmMark
(package private) java.util.HashMap<PdfReader,IntHashtable>
PdfCopyFieldsImp. pages2intrefs
Deprecated.(package private) java.util.HashMap<PdfReader,IntHashtable>
PdfCopyFieldsImp. readers2intrefs
Deprecated.(package private) java.util.HashMap<PdfReader,IntHashtable>
PdfStamperImp. readers2intrefs
(package private) java.util.HashMap<PdfReader,IntHashtable>
PdfCopyFieldsImp. visited
Deprecated.Methods in com.itextpdf.text.pdf that return IntHashtable Modifier and Type Method Description (package private) static IntHashtable
CJKFont. createMetric(java.lang.String s)
(package private) IntHashtable
DocumentFont. getByte2Uni()
Exposes the CID - > unicode map that is constructed from the font's encoding(package private) IntHashtable
DocumentFont. getDiffmap()
Gets the difference map(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.itextpdf.text.pdf with parameters of type IntHashtable Modifier and Type Method Description private static void
BaseFont. addFont(PRIndirectReference fontRef, IntHashtable hits, java.util.ArrayList<java.lang.Object[]> fonts)
private static java.util.List<java.util.HashMap<java.lang.String,java.lang.Object>>
SimpleBookmark. bookmarkDepth(PdfReader reader, PdfDictionary outline, IntHashtable pages, boolean processCurrentOutlineOnly)
(package private) static java.lang.String
CJKFont. convertToHCIDMetrics(int[] keys, IntHashtable h)
(package private) static java.lang.String
CJKFont. convertToVCIDMetrics(int[] keys, IntHashtable v, IntHashtable h)
private void
DocumentFont. fillMetrics(byte[] touni, IntHashtable widths, int dw)
private void
DocumentFont. fillMetricsIdentity(IntHashtable widths, int dw)
(package 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<java.lang.String,java.lang.Object> map, PdfObject dest, IntHashtable pages)
protected void
PdfReader. readObjStm(PRStream stream, IntHashtable map)
private static void
BaseFont. recourseFonts(PdfDictionary page, IntHashtable hits, java.util.ArrayList<java.lang.Object[]> fonts, int level, java.util.HashSet<PdfDictionary> visitedResources)
-
Uses of IntHashtable in com.itextpdf.text.pdf.fonts.cmaps
Fields in com.itextpdf.text.pdf.fonts.cmaps declared as IntHashtable Modifier and Type Field Description private IntHashtable
CMapCidUni. map
private IntHashtable
CMapUniCid. map
-