public interface IWorkbookView
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowSheetReorder()
Gets whether to allow reordering of worksheet tabs.
|
Color |
getBackColor()
Get background color of all worksheets.
|
boolean |
getDisplayHorizontalScrollBar()
True if the horizontal scroll bar is displayed.
|
boolean |
getDisplayVerticalScrollBar()
True if the vertical scroll bar is displayed.
|
boolean |
getDisplayWorkbookTabs()
True if the workbook tabs are displayed.
|
Color |
getGrayAreaBackColor()
Get background color of workbook gray area.
|
boolean |
getNewTabVisible()
Gets whether to show the New Tab button.
|
NumbersFitMode |
getNumbersFitMode()
Gets the display mode when date/number data width longer than column width.
|
boolean |
getTabEditable()
Gets whether to allow editing of the worksheet name.
|
boolean |
getTabNavigationVisible()
Gets whether to display navigation buttons in the workbook.
|
double |
getTabRatio()
Returns or sets the ratio of the width of the workbook's tab area to the width of
the window's horizontal scroll bar (as a number between 0 (zero) and 1; The
default value is 0.6).
|
SpreadJSTabStripPosition |
getTabStripPosition()
Gets the position of tab strip relative to the workbook.
|
int |
getTabStripWidth()
Gets the width of tab strip.
|
void |
setAllowSheetReorder(boolean value)
Sets whether to allow reordering of worksheet tabs.
|
void |
setBackColor(Color color)
Set background color of all worksheets.
|
void |
setDisplayHorizontalScrollBar(boolean value)
Sets the horizontal scroll bar is displayed.
|
void |
setDisplayVerticalScrollBar(boolean value)
Sets the vertical scroll bar is displayed.
|
void |
setDisplayWorkbookTabs(boolean value)
Sets the horizontal scroll bar is displayed.
|
void |
setGrayAreaBackColor(Color color)
Set background color of workbook gray area.
|
void |
setNewTabVisible(boolean value)
Sets whether to show the New Tab button.
|
void |
setNumbersFitMode(NumbersFitMode value)
Sets the display mode when date/number data width longer than column width.
|
void |
setTabEditable(boolean value)
Sets whether to allow editing of the worksheet name.
|
void |
setTabNavigationVisible(boolean value)
Sets whether to display navigation buttons in the workbook.
|
void |
setTabRatio(double value)
Sets the ratio of the width of the workbook's tab area to the width of the window's horizontal scroll bar (as a number between 0 (zero) and 1; the default value is 0.6).
|
void |
setTabStripPosition(SpreadJSTabStripPosition value)
Sets the position of tab strip relative to the workbook.
|
void |
setTabStripWidth(int value)
Sets the width of tab strip.
|
boolean getDisplayHorizontalScrollBar()
void setDisplayHorizontalScrollBar(boolean value)
boolean getDisplayVerticalScrollBar()
void setDisplayVerticalScrollBar(boolean value)
double getTabRatio()
void setTabRatio(double value)
boolean getDisplayWorkbookTabs()
void setDisplayWorkbookTabs(boolean value)
Color getBackColor()
void setBackColor(Color color)
color - Color getGrayAreaBackColor()
void setGrayAreaBackColor(Color color)
color - boolean getTabNavigationVisible()
void setTabNavigationVisible(boolean value)
boolean getTabEditable()
void setTabEditable(boolean value)
boolean getAllowSheetReorder()
void setAllowSheetReorder(boolean value)
boolean getNewTabVisible()
void setNewTabVisible(boolean value)
SpreadJSTabStripPosition getTabStripPosition()
void setTabStripPosition(SpreadJSTabStripPosition value)
int getTabStripWidth()
void setTabStripWidth(int value)
NumbersFitMode getNumbersFitMode()
void setNumbersFitMode(NumbersFitMode value)