|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.util.PaneInformation org.apache.poi.hssf.util.PaneInformation
PaneInformation
instead.
public class PaneInformation
Holds information regarding a split plane or freeze plane for a sheet.
Field Summary |
---|
Fields inherited from class org.apache.poi.ss.util.PaneInformation |
---|
PANE_LOWER_LEFT, PANE_LOWER_RIGHT, PANE_UPPER_LEFT, PANE_UPPER_RIGHT |
Constructor Summary | |
---|---|
PaneInformation(short x,
short y,
short top,
short left,
byte active,
boolean frozen)
Deprecated. |
Method Summary |
---|
Methods inherited from class org.apache.poi.ss.util.PaneInformation |
---|
getActivePane, getHorizontalSplitPosition, getHorizontalSplitTopRow, getVerticalSplitLeftColumn, getVerticalSplitPosition, isFreezePane |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaneInformation(short x, short y, short top, short left, byte active, boolean frozen)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |