Uses of Class
org.apache.poi.hwpf.model.TextPieceTable
-
Packages that use TextPieceTable Package Description 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 Modifier and Type Method Description TextPieceTableHWPFDocument. getTextTable()abstract TextPieceTableHWPFDocumentCore. getTextTable()TextPieceTableHWPFOldDocument. getTextTable() -
Uses of TextPieceTable in org.apache.poi.hwpf.model
Subclasses of TextPieceTable in org.apache.poi.hwpf.model Modifier and Type Class Description classOldTextPieceTableFields in org.apache.poi.hwpf.model declared as TextPieceTable Modifier and Type Field Description protected TextPieceTableComplexFileTable. _tptMethods in org.apache.poi.hwpf.model that return TextPieceTable Modifier and Type Method Description TextPieceTableComplexFileTable. getTextPieceTable()protected TextPieceTableComplexFileTable. newTextPieceTable(byte[] documentStream, byte[] tableStream, int offset, int pieceTableSize, int fcMin, Charset charset)protected TextPieceTableOldComplexFileTable. newTextPieceTable(byte[] documentStream, byte[] tableStream, int offset, int pieceTableSize, int fcMin, Charset charset)Constructors in org.apache.poi.hwpf.model with parameters of type TextPieceTable Constructor Description CHPBinTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, TextPieceTable tpt)Deprecated.OldPAPBinTable(byte[] documentStream, int offset, int size, int fcMin, TextPieceTable tpt)OldSectionTable(byte[] documentStream, int offset, int size, int fcMin, TextPieceTable tpt)Deprecated.UseOldSectionTable(byte[],int,int)insteadSectionTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, TextPieceTable tpt, int mainLength)
-