| Package | Description |
|---|---|
| org.apache.poi.hwpf.model |
| Modifier and Type | Class and Description |
|---|---|
class |
OldTextPiece
Lightweight representation of a text piece.
|
class |
SinglentonTextPiece |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<TextPiece> |
SectionTable._text |
protected java.util.ArrayList<TextPiece> |
TextPieceTable._textPieces |
protected java.util.ArrayList<TextPiece> |
TextPieceTable._textPiecesFCOrder |
| Modifier and Type | Method and Description |
|---|---|
TextPiece |
TextPiece.copy() |
protected TextPiece |
OldTextPieceTable.newTextPiece(int nodeStartChars,
int nodeEndChars,
byte[] buf,
PieceDescriptor pd) |
protected TextPiece |
TextPieceTable.newTextPiece(int nodeStartChars,
int nodeEndChars,
byte[] buf,
PieceDescriptor pd) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TextPiece> |
TextPieceTable.getTextPieces() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextPieceTable.add(TextPiece piece) |
protected int |
OldTextPieceTable.getEncodingMultiplier(TextPiece textPiece) |
protected int |
TextPieceTable.getEncodingMultiplier(TextPiece textPiece) |
| Constructor and Description |
|---|
TextPiece(TextPiece other) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.