Subclasses of PropertyNode in org.apache.poi.hwpf.model |
class |
BytePropertyNode
Normally PropertyNodes only ever work in characters, but
a few cases actually store bytes, and this lets everything
still work despite that. |
class |
CachedPropertyNode
|
class |
CHPX
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 |
GenericPropertyNode
|
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 |
TextPiece
Lightweight representation of a text piece. |