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.Fields in org.apache.poi.hwpf.model with type parameters of type PropertyNode Modifier and Type Field Description static Comparator<PropertyNode<?>>PropertyNode. EndComparatorstatic Comparator<PropertyNode<?>>PropertyNode. StartComparatorMethods in org.apache.poi.hwpf.model that return PropertyNode Modifier and Type Method Description abstract PropertyNode<?>PropertyNode. copy()Constructors in org.apache.poi.hwpf.model with parameters of type PropertyNode Constructor Description PropertyNode(PropertyNode<T> other)
-