| Package | Description |
|---|---|
| org.apache.poi.hwpf.model |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyNode<T extends PropertyNode<T>>
Represents a lightweight node in the Trees used to store content
properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BytePropertyNode<T extends BytePropertyNode<T>>
Deprecated.
byte positions shall not be saved in memory
|
class |
CHPX
DANGER - works in bytes!
|
class |
GenericPropertyNode |
class |
OldTextPiece
Lightweight representation of a text piece.
|
class |
PAPX
DANGER - works in bytes!
Make sure you call getStart() / getEnd() when you want characters
(normal use), but getStartByte() / getEndByte() when you're
reading in / writing out!
|
class |
SEPX |
class |
SinglentonTextPiece |
class |
TextPiece
Lightweight representation of a text piece.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<PropertyNode<?>> |
PropertyNode.EndComparator |
static java.util.Comparator<PropertyNode<?>> |
PropertyNode.StartComparator |
| Modifier and Type | Method and Description |
|---|---|
abstract PropertyNode<?> |
PropertyNode.copy() |
| Constructor and Description |
|---|
PropertyNode(PropertyNode<T> other) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.