Package | Description |
---|---|
org.apache.poi.hwpf.model |
Modifier and Type | Method and Description |
---|---|
PieceDescriptor |
TextPiece.getPieceDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected TextPiece |
TextPieceTable.newTextPiece(int nodeStartChars,
int nodeEndChars,
byte[] buf,
PieceDescriptor pd) |
protected TextPiece |
OldTextPieceTable.newTextPiece(int nodeStartChars,
int nodeEndChars,
byte[] buf,
PieceDescriptor pd) |
Constructor and Description |
---|
OldTextPiece(int start,
int end,
byte[] text,
PieceDescriptor pd) |
TextPiece(int start,
int end,
byte[] text,
PieceDescriptor pd) |
TextPiece(int start,
int end,
byte[] text,
PieceDescriptor pd,
int cpStart) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.