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

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

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

Subclasses of BytePropertyNode in org.apache.poi.hwpf.model
 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 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
           
 



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