Uses of Class
org.apache.poi.hwpf.model.PropertyNode
-
Packages that use PropertyNode Package Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
BytePropertyNode<T extends BytePropertyNode<T>>
Deprecated.byte positions shall not be saved in memoryclass
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.Methods in org.apache.poi.hwpf.model with parameters of type PropertyNode Modifier and Type Method Description int
PropertyNode.EndComparator. compare(PropertyNode<?> o1, PropertyNode<?> o2)
int
PropertyNode.StartComparator. compare(PropertyNode<?> o1, PropertyNode<?> o2)
-