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 |
TextPieceTable.newTextPiece(int nodeStartChars,
int nodeEndChars,
byte[] buf,
PieceDescriptor pd) |
protected TextPiece |
OldTextPieceTable.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) |
int |
TextPieceTable.FCComparator.compare(TextPiece textPiece,
TextPiece textPiece1) |
protected int |
TextPieceTable.getEncodingMultiplier(TextPiece textPiece) |
protected int |
OldTextPieceTable.getEncodingMultiplier(TextPiece textPiece) |
Constructor and Description |
---|
TextPiece(TextPiece other) |
Constructor and Description |
---|
FSPATable(byte[] tableStream,
int fcPlcspa,
int lcbPlcspa,
java.util.List<TextPiece> tpt)
Deprecated.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.