| 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  | CHPXDANGER - works in bytes! | 
| class  | GenericPropertyNode | 
| class  | OldTextPieceLightweight representation of a text piece. | 
| class  | PAPXDANGER - 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  | TextPieceLightweight 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.