Uses of Class
org.apache.poi.hwpf.model.TextPiece
-
Packages that use TextPiece Package Description org.apache.poi.hwpf.model -
-
Uses of TextPiece in org.apache.poi.hwpf.model
Subclasses of TextPiece in org.apache.poi.hwpf.model Modifier and Type Class Description class
OldTextPiece
Lightweight representation of a text piece.class
SinglentonTextPiece
Fields in org.apache.poi.hwpf.model with type parameters of type TextPiece Modifier and Type Field Description protected java.util.List<TextPiece>
SectionTable. _text
protected java.util.ArrayList<TextPiece>
TextPieceTable. _textPieces
protected java.util.ArrayList<TextPiece>
TextPieceTable. _textPiecesFCOrder
Methods in org.apache.poi.hwpf.model that return TextPiece Modifier and Type Method Description protected 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 TextPiece Modifier and Type Method Description java.util.List<TextPiece>
TextPieceTable. getTextPieces()
Methods in org.apache.poi.hwpf.model with parameters of type TextPiece Modifier and Type Method Description void
TextPieceTable. add(TextPiece piece)
int
TextPieceTable.FCComparator. compare(TextPiece textPiece, TextPiece textPiece1)
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 Constructor Description FSPATable(byte[] tableStream, int fcPlcspa, int lcbPlcspa, java.util.List<TextPiece> tpt)
Deprecated.
-