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 List<TextPiece>SectionTable. _textprotected ArrayList<TextPiece>TextPieceTable. _textPiecesprotected ArrayList<TextPiece>TextPieceTable. _textPiecesFCOrderMethods in org.apache.poi.hwpf.model that return TextPiece Modifier and Type Method Description TextPieceTextPiece. copy()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 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)protected intOldTextPieceTable. getEncodingMultiplier(TextPiece textPiece)protected intTextPieceTable. getEncodingMultiplier(TextPiece textPiece)Constructors in org.apache.poi.hwpf.model with parameters of type TextPiece Constructor Description TextPiece(TextPiece other)
-