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 TypeClassDescriptionclassPropertyNode<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 TypeClassDescriptionclassBytePropertyNode<T extends BytePropertyNode<T>>Deprecated.byte positions shall not be saved in memoryfinal classDANGER - works in bytes!final classclassLightweight representation of a text piece.final classDANGER - 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 classclassclassLightweight representation of a text piece.Methods in org.apache.poi.hwpf.model with parameters of type PropertyNodeModifier and TypeMethodDescriptionintPropertyNode.EndComparator.compare(PropertyNode<?> o1, PropertyNode<?> o2) intPropertyNode.StartComparator.compare(PropertyNode<?> o1, PropertyNode<?> o2)