org.apache.poi.hwpf.model
Class CHPX
java.lang.Object
org.apache.poi.hwpf.model.PropertyNode
org.apache.poi.hwpf.model.BytePropertyNode
org.apache.poi.hwpf.model.CHPX
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Comparable
public final class CHPX
- extends BytePropertyNode
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!
- Author:
- Ryan Ackley
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CHPX
public CHPX(int fcStart,
int fcEnd,
CharIndexTranslator translator,
byte[] grpprl)
CHPX
public CHPX(int fcStart,
int fcEnd,
CharIndexTranslator translator,
SprmBuffer buf)
getGrpprl
public byte[] getGrpprl()
getSprmBuf
public SprmBuffer getSprmBuf()
getCharacterProperties
public CharacterProperties getCharacterProperties(StyleSheet ss,
short istd)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright 2010 The Apache Software Foundation or
its licensors, as applicable.