Uses of Class
org.apache.poi.hwpf.model.TextPieceTable

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

Uses of TextPieceTable in org.apache.poi.hwpf
 

Methods in org.apache.poi.hwpf that return TextPieceTable
 TextPieceTable HWPFOldDocument.getTextTable()
           
abstract  TextPieceTable HWPFDocumentCore.getTextTable()
           
 TextPieceTable HWPFDocument.getTextTable()
           
 

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

Fields in org.apache.poi.hwpf.model declared as TextPieceTable
protected  TextPieceTable ComplexFileTable._tpt
           
 

Methods in org.apache.poi.hwpf.model that return TextPieceTable
 TextPieceTable ComplexFileTable.getTextPieceTable()
           
 

Constructors in org.apache.poi.hwpf.model with parameters of type TextPieceTable
CHPBinTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, TextPieceTable tpt)
          Deprecated. Use CHPBinTable.CHPBinTable(byte[], byte[], int, int, CharIndexTranslator) instead
CHPFormattedDiskPage(byte[] documentStream, int offset, int fcMin, TextPieceTable tpt)
          Deprecated. Use CHPFormattedDiskPage.CHPFormattedDiskPage(byte[], int, CharIndexTranslator) instead
OldCHPBinTable(byte[] documentStream, int offset, int size, int fcMin, TextPieceTable tpt)
          Constructor used to read an old-style binTable in from a Word document.
OldPAPBinTable(byte[] documentStream, int offset, int size, int fcMin, TextPieceTable tpt)
           
OldSectionTable(byte[] documentStream, int offset, int size, int fcMin, TextPieceTable tpt)
          Deprecated. Use OldSectionTable.OldSectionTable(byte[],int,int) instead
PAPBinTable(byte[] documentStream, byte[] tableStream, byte[] dataStream, int offset, int size, int fcMin, TextPieceTable tpt)
          Deprecated. Use PAPBinTable.PAPBinTable(byte[], byte[], byte[], int, int, CharIndexTranslator) instead
PAPFormattedDiskPage(byte[] documentStream, byte[] dataStream, int offset, int fcMin, TextPieceTable tpt)
          Deprecated. Use PAPFormattedDiskPage.PAPFormattedDiskPage(byte[], byte[], int, CharIndexTranslator) instead
SectionTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, TextPieceTable tpt, int mainLength)
           
 



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