Uses of Class
com.lowagie.text.pdf.IntHashtable

Packages that use IntHashtable
com.lowagie.rups.model   
com.lowagie.text.pdf   
 

Uses of IntHashtable in com.lowagie.rups.model
 

Fields in com.lowagie.rups.model declared as IntHashtable
protected  IntHashtable IndirectObjectFactory.idxToRef
          Mapping between the index in the objects list and the reference number in the xref table.
protected  IntHashtable IndirectObjectFactory.refToIdx
          Mapping between the reference number in the xref table and the index in the objects list .
 

Uses of IntHashtable in com.lowagie.text.pdf
 

Fields in com.lowagie.text.pdf declared as IntHashtable
protected static IntHashtable BidiLine.mirrorChars
           
protected  IntHashtable PdfReader.objStmToOffset
           
protected  IntHashtable BaseFont.specialMap
          Custom encodings use this map to key the Unicode character to the single byte code.
 

Methods in com.lowagie.text.pdf with parameters of type IntHashtable
protected  void PdfReader.readObjStm(PRStream stream, IntHashtable map)
           
 



Copyright © 2012. All Rights Reserved.