Generated by
JDiff

Class com.jniwrapper.win32.jexcel.Window

The superclass changed from com.jniwrapper.win32.jexcel.BaseClass to com.jniwrapper.win32.jexcel.ApplicationAwareWrapper.

Added Methods
boolean getDisplayFormulas() Checks the visibility of formulas in this window.
boolean getDisplayGridlines() Checks the visibility of griglines in this window.
boolean getDisplayHeadings() Checks the visibility of headings in this window.
boolean getDisplayHorizontalScrollBar() Checks the visibility of horizontal scroll bar in this window.
boolean getDisplayOutline() Checks the visibility of outline in this window.
boolean getDisplayVerticalScrollBar() Checks the visibility of vertical scroll bar in this window.
boolean getDisplayWorkbookTabs() Checks the visibility of workbook tabs in this window.
void release()  
void setDisplayFormulas(boolean) Sets up the visibility of formulas in the window.
void setDisplayGridlines(boolean) Sets up the visibility of griglines in the window.
void setDisplayHeadings(boolean) Sets up the visibility of headings scroll bar in the window.
void setDisplayHorizontalScrollBar(boolean) Sets up the visibility of horizontal scroll bar in the window.
void setDisplayOutline(boolean) Sets up the visibility of outline in the window.
void setDisplayVerticalScrollBar(boolean) Sets up the visibility of vertical scroll bar in the window.
void setDisplayWorkbookTabs(boolean) Sets up the visibility of workbook tabs in the window.