Uses of Class
com.itextpdf.text.pdf.IntHashtable
-
Packages that use IntHashtable Package Description com.itextpdf.text.pdf -
-
Uses of IntHashtable in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as IntHashtable Modifier and Type Field Description protected IntHashtable
PdfStamperImp. marked
protected static IntHashtable
BidiLine. mirrorChars
protected IntHashtable
BaseFont. specialMap
Custom encodings use this map to key the Unicode character to the single byte code.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
Methods in com.itextpdf.text.pdf with parameters of type IntHashtable Modifier and Type Method Description protected void
PdfReader. readObjStm(PRStream stream, IntHashtable map)
-