|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.util.PaneInformation
public class PaneInformation
Holds information regarding a split plane or freeze plane for a sheet.
Field Summary | |
---|---|
static byte |
PANE_LOWER_LEFT
Constant for active pane being the lower left |
static byte |
PANE_LOWER_RIGHT
Constant for active pane being the lower right |
static byte |
PANE_UPPER_LEFT
Constant for active pane being the upper left |
static byte |
PANE_UPPER_RIGHT
Constant for active pane being the upper right |
Constructor Summary | |
---|---|
PaneInformation(short x,
short y,
short top,
short left,
byte active,
boolean frozen)
|
Method Summary | |
---|---|
byte |
getActivePane()
Returns the active pane |
short |
getHorizontalSplitPosition()
Returns the horizontal position of the split. |
short |
getHorizontalSplitTopRow()
For a horizontal split returns the top row in the BOTTOM pane. |
short |
getVerticalSplitLeftColumn()
For a vertical split returns the left column in the RIGHT pane. |
short |
getVerticalSplitPosition()
Returns the vertical position of the split. |
boolean |
isFreezePane()
Returns true if this is a Freeze pane, false if it is a split pane. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte PANE_LOWER_RIGHT
public static final byte PANE_UPPER_RIGHT
public static final byte PANE_LOWER_LEFT
public static final byte PANE_UPPER_LEFT
Constructor Detail |
---|
public PaneInformation(short x, short y, short top, short left, byte active, boolean frozen)
Method Detail |
---|
public short getVerticalSplitPosition()
public short getHorizontalSplitPosition()
public short getHorizontalSplitTopRow()
public short getVerticalSplitLeftColumn()
public byte getActivePane()
PANE_LOWER_RIGHT
,
PANE_UPPER_RIGHT
,
PANE_LOWER_LEFT
,
PANE_UPPER_LEFT
public boolean isFreezePane()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |