Package | Description |
---|---|
org.apache.poi.hwpf.model |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.