Uses of Class
org.apache.poi.hwpf.model.PropertyNode

Packages that use PropertyNode
org.apache.poi.hwpf.model   
 

Uses of PropertyNode in org.apache.poi.hwpf.model
 

Subclasses of PropertyNode in org.apache.poi.hwpf.model
 class BytePropertyNode
          Deprecated. byte positions shall not be saved in memory
 class CachedPropertyNode
           
 class CHPX
          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!
 class GenericPropertyNode
           
 class PAPX
          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!
 class SEPX
           
 class SinglentonTextPiece
           
 class TextPiece
          Lightweight representation of a text piece.