|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyNode | |
---|---|
org.apache.poi.hwpf.model |
Uses of PropertyNode in org.apache.poi.hwpf.model |
---|
Classes in org.apache.poi.hwpf.model with type parameters of type PropertyNode | |
---|---|
class |
PropertyNode<T extends PropertyNode<T>>
Represents a lightweight node in the Trees used to store content properties. |
Subclasses of PropertyNode in org.apache.poi.hwpf.model | |
---|---|
class |
BytePropertyNode<T extends BytePropertyNode<T>>
Deprecated. byte positions shall not be saved in memory |
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 |
SinglentonTextPiece
|
class |
TextPiece
Lightweight representation of a text piece. |
Methods in org.apache.poi.hwpf.model with parameters of type PropertyNode | |
---|---|
int |
PropertyNode.EndComparator.compare(PropertyNode<?> o1,
PropertyNode<?> o2)
|
int |
PropertyNode.EndComparator.compare(PropertyNode<?> o1,
PropertyNode<?> o2)
|
int |
PropertyNode.StartComparator.compare(PropertyNode<?> o1,
PropertyNode<?> o2)
|
int |
PropertyNode.StartComparator.compare(PropertyNode<?> o1,
PropertyNode<?> o2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |