org.apache.poi.hwpf.model
Class CHPX
java.lang.Object
org.apache.poi.hwpf.model.PropertyNode<T>
org.apache.poi.hwpf.model.BytePropertyNode<CHPX>
org.apache.poi.hwpf.model.CHPX
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Comparable<CHPX>
@Internal
public final class CHPX
- extends BytePropertyNode<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!
- Author:
- Ryan Ackley
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
CHPX
@Deprecated
public CHPX(int fcStart,
int fcEnd,
CharIndexTranslator translator,
byte[] grpprl)
- Deprecated.
CHPX
@Deprecated
public CHPX(int fcStart,
int fcEnd,
CharIndexTranslator translator,
SprmBuffer buf)
- Deprecated.
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 2012 The Apache Software Foundation or
its licensors, as applicable.