org.apache.poi.hwpf.model
Class PAPX
java.lang.Object
org.apache.poi.hwpf.model.PropertyNode
org.apache.poi.hwpf.model.PAPX
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Comparable
public class PAPX
- extends PropertyNode
Comment me
- Author:
- Ryan Ackley
Constructor Summary |
PAPX(int fcStart,
int fcEnd,
byte[] papx,
ParagraphHeight phe,
byte[] dataStream)
|
PAPX(int fcStart,
int fcEnd,
SprmBuffer buf,
byte[] dataStream)
|
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAPX
public PAPX(int fcStart,
int fcEnd,
byte[] papx,
ParagraphHeight phe,
byte[] dataStream)
PAPX
public PAPX(int fcStart,
int fcEnd,
SprmBuffer buf,
byte[] dataStream)
getParagraphHeight
public ParagraphHeight getParagraphHeight()
getGrpprl
public byte[] getGrpprl()
getHugeGrpprlOffset
public int getHugeGrpprlOffset()
getIstd
public short getIstd()
getSprmBuf
public SprmBuffer getSprmBuf()
getParagraphProperties
public ParagraphProperties getParagraphProperties(StyleSheet ss)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class PropertyNode
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.