Uses of Interface
org.apache.poi.hwpf.model.CharIndexTranslator

Packages that use CharIndexTranslator
org.apache.poi.hwpf.model   
 

Uses of CharIndexTranslator in org.apache.poi.hwpf.model
 

Classes in org.apache.poi.hwpf.model that implement CharIndexTranslator
 class TextPieceTable
          The piece table for matching up character positions to bits of text.
 

Constructors in org.apache.poi.hwpf.model with parameters of type CharIndexTranslator
BytePropertyNode(int fcStart, int fcEnd, CharIndexTranslator translator, java.lang.Object buf)
           
CHPX(int fcStart, int fcEnd, CharIndexTranslator translator, byte[] grpprl)
           
CHPX(int fcStart, int fcEnd, CharIndexTranslator translator, SprmBuffer buf)
           
PAPX(int fcStart, int fcEnd, CharIndexTranslator translator, byte[] papx, ParagraphHeight phe, byte[] dataStream)
           
PAPX(int fcStart, int fcEnd, CharIndexTranslator translator, SprmBuffer buf, byte[] dataStream)
           
SEPX(SectionDescriptor sed, int start, int end, CharIndexTranslator translator, byte[] grpprl)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.