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 classPropertyNode<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 classBytePropertyNode<T extends BytePropertyNode<T>>Deprecated.byte positions shall not be saved in memoryclassCHPXDANGER - works in bytes!classGenericPropertyNodeclassOldTextPieceLightweight representation of a text piece.classPAPXDANGER - 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!classSEPXclassSinglentonTextPiececlassTextPieceLightweight representation of a text piece.Methods in org.apache.poi.hwpf.model with parameters of type PropertyNode Modifier and Type Method Description intPropertyNode.EndComparator. compare(PropertyNode<?> o1, PropertyNode<?> o2)intPropertyNode.StartComparator. compare(PropertyNode<?> o1, PropertyNode<?> o2)
-