nl.fountain.xelem.excel
Interface ExcelWorkbook
- All Superinterfaces:
- XLElement
- All Known Implementing Classes:
- XExcelWorkbook
public interface ExcelWorkbook
- extends XLElement
Represents the ExcelWorkbook element.
setWindowHeight
void setWindowHeight(int height)
getWindowHeight
int getWindowHeight()
setWindowWidth
void setWindowWidth(int width)
getWindowWidth
int getWindowWidth()
setWindowTopX
void setWindowTopX(int x)
getWindowTopX
int getWindowTopX()
setWindowTopY
void setWindowTopY(int y)
getWindowTopY
int getWindowTopY()
setActiveSheet
void setActiveSheet(int nr)
- Set the active sheet. 0-based.
- Parameters:
nr
- the index of the active sheet.
getActiveSheet
int getActiveSheet()
- Gets the active sheet. 0 based.
- Returns:
- an int >= 0
setProtectStructure
void setProtectStructure(boolean protect)
getProtectStructure
boolean getProtectStructure()
setProtectWindows
void setProtectWindows(boolean protect)
getProtectWindows
boolean getProtectWindows()