Uses of Class
org.apache.poi.hwpf.model.TextPiece
Packages that use TextPiece
-
Uses of TextPiece in org.apache.poi.hwpf.model
Subclasses of TextPiece in org.apache.poi.hwpf.modelModifier and TypeClassDescriptionclass
Lightweight representation of a text piece.class
Fields in org.apache.poi.hwpf.model with type parameters of type TextPieceModifier and TypeFieldDescriptionSectionTable._text
TextPieceTable._textPieces
TextPieceTable._textPiecesFCOrder
Methods in org.apache.poi.hwpf.model that return TextPieceModifier and TypeMethodDescriptionprotected TextPiece
OldTextPieceTable.newTextPiece
(int nodeStartChars, int nodeEndChars, byte[] buf, PieceDescriptor pd) protected TextPiece
TextPieceTable.newTextPiece
(int nodeStartChars, int nodeEndChars, byte[] buf, PieceDescriptor pd) Methods in org.apache.poi.hwpf.model that return types with arguments of type TextPieceMethods in org.apache.poi.hwpf.model with parameters of type TextPieceModifier and TypeMethodDescriptionvoid
int
protected int
OldTextPieceTable.getEncodingMultiplier
(TextPiece textPiece) protected int
TextPieceTable.getEncodingMultiplier
(TextPiece textPiece) Constructor parameters in org.apache.poi.hwpf.model with type arguments of type TextPiece