Uses of Class
org.apache.poi.hwpf.model.PropertyNode
Packages that use PropertyNode
-
Uses of PropertyNode in org.apache.poi.hwpf.model
Classes in org.apache.poi.hwpf.model with type parameters of type PropertyNodeModifier and TypeClassDescriptionclass
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.modelModifier and TypeClassDescriptionclass
BytePropertyNode<T extends BytePropertyNode<T>>
Deprecated.byte positions shall not be saved in memoryfinal class
DANGER - works in bytes!final class
class
Lightweight representation of a text piece.final class
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!final class
class
class
Lightweight representation of a text piece.Methods in org.apache.poi.hwpf.model with parameters of type PropertyNodeModifier and TypeMethodDescriptionint
PropertyNode.EndComparator.compare
(PropertyNode<?> o1, PropertyNode<?> o2) int
PropertyNode.StartComparator.compare
(PropertyNode<?> o1, PropertyNode<?> o2)