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 IntHashtableBarcode128. aisprivate IntHashtableDocumentFont. byte2uniprivate static IntHashtablePdfEncodings.Cp437Conversion. c2b(package private) IntHashtableFontDetails. cjkTagIntHashtable with CIDs of CJK glyphs that are used in the text.private IntHashtableDocumentFont. diffmap(package private) IntHashtableAcroFields.InstHit. hitsprivate IntHashtableCJKFont. hMetricsprivate IntHashtableDocumentFont. hMetricsprotected IntHashtableTrueTypeFont. kerningThe map containing the kerning information.protected IntHashtablePdfStamperImp. markedprotected static IntHashtableBidiLine. mirrorChars(package private) IntHashtablePdfStamperImp. myXref(package private) static IntHashtablePdfEncodings. pdfEncodingprivate IntHashtablePdfReader.PageRefs. refspintHashtable that does the same thing as refsn in case of partial reading: major difference: not all the pages are read.protected IntHashtableBaseFont. specialMapCustom encodings use this map to key the Unicode character to the single byte code.private static IntHashtablePdfEncodings.SymbolConversion. t1private static IntHashtablePdfEncodings.SymbolConversion. t2private IntHashtablePdfEncodings.SymbolConversion. translationprivate IntHashtableDocumentFont. uni2byteprivate IntHashtableCJKFont. vMetricsprivate IntHashtableType3Font. widths3(package private) static IntHashtablePdfEncodings. winansiFields 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. pages2intrefsDeprecated.(package private) java.util.HashMap<PdfReader,IntHashtable>PdfCopyFieldsImp. readers2intrefsDeprecated.(package private) java.util.HashMap<PdfReader,IntHashtable>PdfStamperImp. readers2intrefs(package private) java.util.HashMap<PdfReader,IntHashtable>PdfCopyFieldsImp. visitedDeprecated.Methods in com.itextpdf.text.pdf that return IntHashtable Modifier and Type Method Description (package private) static IntHashtableCJKFont. createMetric(java.lang.String s)(package private) IntHashtableDocumentFont. getByte2Uni()Exposes the CID - > unicode map that is constructed from the font's encoding(package private) IntHashtableDocumentFont. getDiffmap()Gets the difference map(package private) IntHashtableDocumentFont. getUni2Byte()Exposes the unicode - > CID map that is constructed from the font's encodingprivate IntHashtableDocumentFont. readWidths(PdfArray ws)Methods in com.itextpdf.text.pdf with parameters of type IntHashtable Modifier and Type Method Description private static voidBaseFont. 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.StringCJKFont. convertToHCIDMetrics(int[] keys, IntHashtable h)(package private) static java.lang.StringCJKFont. convertToVCIDMetrics(int[] keys, IntHashtable v, IntHashtable h)private voidDocumentFont. fillMetrics(byte[] touni, IntHashtable widths, int dw)private voidDocumentFont. fillMetricsIdentity(IntHashtable widths, int dw)(package private) static voidPdfStamperImp. findAllObjects(PdfReader reader, PdfObject obj, IntHashtable hits)private PdfDictionaryCJKFont. getCIDFont(PdfIndirectReference fontDescriptor, IntHashtable cjkTag)private static java.lang.StringSimpleBookmark. makeBookmarkParam(PdfArray dest, IntHashtable pages)private static voidSimpleBookmark. mapGotoBookmark(java.util.HashMap<java.lang.String,java.lang.Object> map, PdfObject dest, IntHashtable pages)protected voidPdfReader. readObjStm(PRStream stream, IntHashtable map)private static voidBaseFont. 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 IntHashtableCMapCidUni. mapprivate IntHashtableCMapUniCid. map
-