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 classOldTextPieceLightweight representation of a text piece.classSinglentonTextPieceFields in org.apache.poi.hwpf.model with type parameters of type TextPiece Modifier and Type Field Description protected java.util.List<TextPiece>SectionTable. _textprotected java.util.ArrayList<TextPiece>TextPieceTable. _textPiecesprotected java.util.ArrayList<TextPiece>TextPieceTable. _textPiecesFCOrderMethods in org.apache.poi.hwpf.model that return TextPiece Modifier and Type Method Description protected TextPieceOldTextPieceTable. newTextPiece(int nodeStartChars, int nodeEndChars, byte[] buf, PieceDescriptor pd)protected TextPieceTextPieceTable. 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 voidTextPieceTable. add(TextPiece piece)intTextPieceTable.FCComparator. compare(TextPiece textPiece, TextPiece textPiece1)protected intOldTextPieceTable. getEncodingMultiplier(TextPiece textPiece)protected intTextPieceTable. 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.
-