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 TextPieceTable
HWPFDocument. getTextTable()
abstract TextPieceTable
HWPFDocumentCore. getTextTable()
TextPieceTable
HWPFOldDocument. getTextTable()
-
Uses of TextPieceTable in org.apache.poi.hwpf.model
Subclasses of TextPieceTable in org.apache.poi.hwpf.model Modifier and Type Class Description class
OldTextPieceTable
Fields in org.apache.poi.hwpf.model declared as TextPieceTable Modifier and Type Field Description protected TextPieceTable
ComplexFileTable. _tpt
Methods in org.apache.poi.hwpf.model that return TextPieceTable Modifier and Type Method Description TextPieceTable
ComplexFileTable. getTextPieceTable()
protected TextPieceTable
ComplexFileTable. newTextPieceTable(byte[] documentStream, byte[] tableStream, int offset, int pieceTableSize, int fcMin, java.nio.charset.Charset charset)
protected TextPieceTable
OldComplexFileTable. 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 Constructor Description CHPBinTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, TextPieceTable tpt)
Deprecated.CHPFormattedDiskPage(byte[] documentStream, int offset, 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)
-