Uses of Class
org.apache.poi.hwpf.model.BytePropertyNode
-
Packages that use BytePropertyNode Package Description org.apache.poi.hwpf.model -
-
Uses of BytePropertyNode in org.apache.poi.hwpf.model
Classes in org.apache.poi.hwpf.model with type parameters of type BytePropertyNode Modifier and Type Class Description classBytePropertyNode<T extends BytePropertyNode<T>>Deprecated.byte positions shall not be saved in memorySubclasses of BytePropertyNode in org.apache.poi.hwpf.model Modifier and Type Class Description classCHPXDANGER - works in bytes!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!Constructors in org.apache.poi.hwpf.model with parameters of type BytePropertyNode Constructor Description BytePropertyNode(BytePropertyNode other)Deprecated.
-