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 HWPFDocument.getTextTable()
           
 TextPieceTable HWPFOldDocument.getTextTable()
           
abstract  TextPieceTable HWPFDocumentCore.getTextTable()
           
 

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

Subclasses of TextPieceTable in org.apache.poi.hwpf.model
 class OldTextPieceTable
           
 

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()
           
protected  TextPieceTable OldComplexFileTable.newTextPieceTable(byte[] documentStream, byte[] tableStream, int offset, int pieceTableSize, int fcMin, java.nio.charset.Charset charset)
           
protected  TextPieceTable ComplexFileTable.newTextPieceTable(byte[] documentStream, byte[] tableStream, int offset, int pieceTableSize, int fcMin, java.nio.charset.Charset charset)
           
 

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
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
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 2017 The Apache Software Foundation or its licensors, as applicable.