org.apache.poi.hwpf.model
public final class PAPX extends BytePropertyNode
_buf
Constructor and Description |
---|
PAPX(int fcStart,
int fcEnd,
CharIndexTranslator translator,
byte[] papx,
ParagraphHeight phe,
byte[] dataStream) |
PAPX(int fcStart,
int fcEnd,
CharIndexTranslator translator,
SprmBuffer buf,
byte[] dataStream) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getGrpprl() |
int |
getHugeGrpprlOffset() |
short |
getIstd() |
ParagraphHeight |
getParagraphHeight() |
ParagraphProperties |
getParagraphProperties(StyleSheet ss) |
SprmBuffer |
getSprmBuf() |
getEndBytes, getStartBytes
adjustForDelete, clone, compareTo, getEnd, getStart, limitsAreEqual, setEnd, setStart
public PAPX(int fcStart, int fcEnd, CharIndexTranslator translator, byte[] papx, ParagraphHeight phe, byte[] dataStream)
public PAPX(int fcStart, int fcEnd, CharIndexTranslator translator, SprmBuffer buf, byte[] dataStream)
public ParagraphHeight getParagraphHeight()
public byte[] getGrpprl()
public int getHugeGrpprlOffset()
public short getIstd()
public SprmBuffer getSprmBuf()
public ParagraphProperties getParagraphProperties(StyleSheet ss)
public boolean equals(java.lang.Object o)
equals
in class PropertyNode
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.