Uses of Class
org.apache.poi.hwpf.model.TextPieceTable
Packages that use TextPieceTable
-
Uses of TextPieceTable in org.apache.poi.hwpf
Methods in org.apache.poi.hwpf that return TextPieceTableModifier and TypeMethodDescriptionHWPFDocument.getTextTable()abstract TextPieceTableHWPFDocumentCore.getTextTable()HWPFOldDocument.getTextTable() -
Uses of TextPieceTable in org.apache.poi.hwpf.model
Subclasses of TextPieceTable in org.apache.poi.hwpf.modelFields in org.apache.poi.hwpf.model declared as TextPieceTableMethods in org.apache.poi.hwpf.model that return TextPieceTableModifier and TypeMethodDescriptionComplexFileTable.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 TextPieceTableModifierConstructorDescriptionCHPBinTable(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)
CHPBinTable(byte[], byte[], int, int, CharIndexTranslator)instead