|
xelem.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pane
Represents the Pane element.
Excel can split a window into a maximum of 4 panes. Panes come into vision
when you apply the
splitHorizontal
-,
splitVertical
- or
freezePanesAt
-methods
of the WorksheetOptions
.
WorksheetOptions.setActiveCell(int, int, int)
,
WorksheetOptions.setActiveCell(int, int)
,
WorksheetOptions.freezePanesAt(int, int)
,
WorksheetOptions.splitHorizontal(int, int)
,
WorksheetOptions.splitVertical(int, int)
,
WorksheetOptions.setRangeSelection(int, String)
,
WorksheetOptions.setRangeSelection(String)
Field Summary | |
---|---|
static int |
BOTTOM_LEFT
Variable indicating the bottom left pane. |
static int |
BOTTOM_RIGHT
Variable indicating the bottom right pane. |
static int |
TOP_LEFT
Variable indicating the top left pane. |
static int |
TOP_RIGHT
Variable indicating the top right pane. |
Fields inherited from interface nl.fountain.xelem.excel.XLElement |
---|
PREFIX_HTML, PREFIX_O, PREFIX_SS, PREFIX_X, XMLNS, XMLNS_HTML, XMLNS_O, XMLNS_SS, XMLNS_X |
Method Summary | |
---|---|
int |
getActiveCol()
|
int |
getActiveRow()
|
int |
getNumber()
|
String |
getRangeSelection()
|
void |
setActiveCell(int row,
int col)
|
void |
setActiveCol(int col)
|
void |
setActiveRow(int row)
|
void |
setRangeSelection(Area area)
|
void |
setRangeSelection(String rc)
|
Methods inherited from interface nl.fountain.xelem.excel.XLElement |
---|
addElementComment, assemble, getElementComments, getNameSpace, getPrefix, getTagName, setAttributes, setChildElement |
Field Detail |
---|
static final int TOP_LEFT
static final int BOTTOM_LEFT
static final int TOP_RIGHT
static final int BOTTOM_RIGHT
Method Detail |
---|
int getNumber()
void setActiveCell(int row, int col)
void setActiveCol(int col)
int getActiveCol()
void setActiveRow(int row)
int getActiveRow()
void setRangeSelection(String rc)
void setRangeSelection(Area area)
String getRangeSelection()
|
xelem.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |