org.apache.poi.hwpf.model
Class CHPX

java.lang.Object
  extended by org.apache.poi.hwpf.model.PropertyNode
      extended by org.apache.poi.hwpf.model.CHPX
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable

public class CHPX
extends PropertyNode

Comment me

Author:
Ryan Ackley

Field Summary
 
Fields inherited from class org.apache.poi.hwpf.model.PropertyNode
_buf
 
Constructor Summary
CHPX(int fcStart, int fcEnd, byte[] grpprl)
           
CHPX(int fcStart, int fcEnd, SprmBuffer buf)
           
 
Method Summary
 CharacterProperties getCharacterProperties(StyleSheet ss, short istd)
           
 byte[] getGrpprl()
           
 SprmBuffer getSprmBuf()
           
 
Methods inherited from class org.apache.poi.hwpf.model.PropertyNode
adjustForDelete, clone, compareTo, equals, getEnd, getStart, limitsAreEqual, setEnd, setStart
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CHPX

public CHPX(int fcStart,
            int fcEnd,
            byte[] grpprl)

CHPX

public CHPX(int fcStart,
            int fcEnd,
            SprmBuffer buf)
Method Detail

getGrpprl

public byte[] getGrpprl()

getSprmBuf

public SprmBuffer getSprmBuf()

getCharacterProperties

public CharacterProperties getCharacterProperties(StyleSheet ss,
                                                  short istd)


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