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 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
Constructor Summary |
CHPX(int fcStart,
int fcEnd,
byte[] grpprl,
boolean isUnicode)
|
CHPX(int fcStart,
int fcEnd,
SprmBuffer buf,
boolean isUnicode)
|
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHPX
public CHPX(int fcStart,
int fcEnd,
byte[] grpprl,
boolean isUnicode)
CHPX
public CHPX(int fcStart,
int fcEnd,
SprmBuffer buf,
boolean isUnicode)
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.