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 IntHashtableBarcode128. aisprivate static IntHashtablePdfEncodings.Cp437Conversion. c2bprivate IntHashtableFontDetails. cjkTagIntHashtable with CIDs of CJK glyphs that are used in the text.private IntHashtableDocumentFont. diffmap(package private) IntHashtableAcroFields.InstHit. hitsprivate IntHashtableCJKFont. hMetricsprotected IntHashtableTrueTypeFont. kerningThe map containing the kerning information.private IntHashtablePdfStamperImp. markedprotected static IntHashtableBidiLine. mirrorCharsprivate IntHashtablePdfStamperImp. myXrefprivate IntHashtablePdfReader. objStmToOffsetprivate static IntHashtablePdfEncodings. pdfEncodingprivate IntHashtablePdfReader.PageRefs. refspprotected 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. vMetrics(package private) static IntHashtablePdfEncodings. winansiMethods in com.aowagie.text.pdf that return IntHashtable Modifier and Type Method Description private static IntHashtableCJKFont. createMetric(java.lang.String s)(package private) IntHashtableDocumentFont. getUni2Byte()Exposes the unicode - > CID map that is constructed from the font's encodingprivate IntHashtableDocumentFont. readWidths(PdfArray ws)Methods in com.aowagie.text.pdf with parameters of type IntHashtable Modifier and Type Method Description private static voidBaseFont. addFont(PRIndirectReference fontRef, IntHashtable hits, java.util.ArrayList fonts)private static java.util.ListSimpleBookmark. bookmarkDepth(PdfReader reader, PdfDictionary outline, IntHashtable pages)private static java.lang.StringCJKFont. convertToHCIDMetrics(int[] keys, IntHashtable h)private static java.lang.StringCJKFont. convertToVCIDMetrics(int[] keys, IntHashtable v, IntHashtable h)private voidDocumentFont. fillMetrics(byte[] touni, IntHashtable widths, int dw)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 map, PdfObject dest, IntHashtable pages)private voidPdfReader. readObjStm(PRStream stream, IntHashtable map)private static voidBaseFont. recourseFonts(PdfDictionary page, IntHashtable hits, java.util.ArrayList fonts, int level)
-