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
          Normally PropertyNodes only ever work in characters, but a few cases actually store bytes, and this lets everything still work despite that.
 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 TextPiece
          Lightweight representation of a text piece.
 



Copyright 2010 The Apache Software Foundation or its licensors, as applicable.