Class CustomWorkbookView
java.lang.Object
com.independentsoft.office.spreadsheet.CustomWorkbookView
The Class CustomWorkbookView.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the active sheet id.Gets the comment display type.getGuid()Gets the guid.intGets the merge interval.getName()Gets the name.Gets the object display type.intGets the sheet tab ratio.intGets the top left corner x.intGets the top left corner y.intGets the window height.intGets the window width.booleanChecks if is auto update.booleanChecks if is changes saved win.booleanChecks if is include hidden row and columns.booleanChecks if is include print settings.booleanChecks if is maximized.booleanChecks if is minimized.booleanChecks if is only sync.booleanChecks if is personal view.booleanChecks if is show formula bar.booleanChecks if is show horizontal scroll.booleanChecks if is show sheet tabs.booleanChecks if is show status bar.booleanChecks if is show vertical scroll.voidsetActiveSheetID(int activeSheetID)Sets the active sheet id.voidsetAutoUpdate(boolean autoUpdate)Sets the auto update.voidsetChangesSavedWin(boolean changesSavedWin)Sets the changes saved win.voidsetCommentDisplayType(CommentDisplayType commentDisplayType)Sets the comment display type.voidSets the guid.voidsetIncludeHiddenRowAndColumns(boolean includeHiddenRowAndColumns)Sets the include hidden row and columns.voidsetIncludePrintSettings(boolean includePrintSettings)Sets the include print settings.voidsetMaximized(boolean maximized)Sets the maximized.voidsetMergeInterval(int mergeInterval)Sets the merge interval.voidsetMinimized(boolean minimized)Sets the minimized.voidSets the name.voidsetObjectDisplayType(ObjectDisplayType objectDisplayType)Sets the object display type.voidsetOnlySync(boolean onlySync)Sets the only sync.voidsetPersonalView(boolean personalView)Sets the personal view.voidsetSheetTabRatio(int sheetTabRatio)Sets the sheet tab ratio.voidsetShowFormulaBar(boolean showFormulaBar)Sets the show formula bar.voidsetShowHorizontalScroll(boolean showHorizontalScroll)Sets the show horizontal scroll.voidsetShowSheetTabs(boolean showSheetTabs)Sets the show sheet tabs.voidsetShowStatusBar(boolean showStatusBar)Sets the show status bar.voidsetShowVerticalScroll(boolean showVerticalScroll)Sets the show vertical scroll.voidsetTopLeftCornerX(int topLeftCornerX)Sets the top left corner x.voidsetTopLeftCornerY(int topLeftCornerY)Sets the top left corner y.voidsetWindowHeight(int windowHeight)Sets the window height.voidsetWindowWidth(int windowWidth)Sets the window width.toString()
-
Constructor Details
-
CustomWorkbookView
public CustomWorkbookView()Instantiates a new custom workbook view.
-
-
Method Details
-
clone
-
toString
-
getActiveSheetID
public int getActiveSheetID()Gets the active sheet id.- Returns:
- the active sheet id
-
setActiveSheetID
public void setActiveSheetID(int activeSheetID)Sets the active sheet id.- Parameters:
activeSheetID- the new active sheet id
-
isAutoUpdate
public boolean isAutoUpdate()Checks if is auto update.- Returns:
- true, if is auto update
-
setAutoUpdate
public void setAutoUpdate(boolean autoUpdate)Sets the auto update.- Parameters:
autoUpdate- the new auto update
-
isChangesSavedWin
public boolean isChangesSavedWin()Checks if is changes saved win.- Returns:
- true, if is changes saved win
-
setChangesSavedWin
public void setChangesSavedWin(boolean changesSavedWin)Sets the changes saved win.- Parameters:
changesSavedWin- the new changes saved win
-
getGuid
Gets the guid.- Returns:
- the guid
-
setGuid
Sets the guid.- Parameters:
guid- the new guid
-
isIncludeHiddenRowAndColumns
public boolean isIncludeHiddenRowAndColumns()Checks if is include hidden row and columns.- Returns:
- true, if is include hidden row and columns
-
setIncludeHiddenRowAndColumns
public void setIncludeHiddenRowAndColumns(boolean includeHiddenRowAndColumns)Sets the include hidden row and columns.- Parameters:
includeHiddenRowAndColumns- the new include hidden row and columns
-
isIncludePrintSettings
public boolean isIncludePrintSettings()Checks if is include print settings.- Returns:
- true, if is include print settings
-
setIncludePrintSettings
public void setIncludePrintSettings(boolean includePrintSettings)Sets the include print settings.- Parameters:
includePrintSettings- the new include print settings
-
isMaximized
public boolean isMaximized()Checks if is maximized.- Returns:
- true, if is maximized
-
setMaximized
public void setMaximized(boolean maximized)Sets the maximized.- Parameters:
maximized- the new maximized
-
getMergeInterval
public int getMergeInterval()Gets the merge interval.- Returns:
- the merge interval
-
setMergeInterval
public void setMergeInterval(int mergeInterval)Sets the merge interval.- Parameters:
mergeInterval- the new merge interval
-
isMinimized
public boolean isMinimized()Checks if is minimized.- Returns:
- true, if is minimized
-
setMinimized
public void setMinimized(boolean minimized)Sets the minimized.- Parameters:
minimized- the new minimized
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
isOnlySync
public boolean isOnlySync()Checks if is only sync.- Returns:
- true, if is only sync
-
setOnlySync
public void setOnlySync(boolean onlySync)Sets the only sync.- Parameters:
onlySync- the new only sync
-
isPersonalView
public boolean isPersonalView()Checks if is personal view.- Returns:
- true, if is personal view
-
setPersonalView
public void setPersonalView(boolean personalView)Sets the personal view.- Parameters:
personalView- the new personal view
-
getCommentDisplayType
Gets the comment display type.- Returns:
- the comment display type
-
setCommentDisplayType
Sets the comment display type.- Parameters:
commentDisplayType- the new comment display type
-
isShowFormulaBar
public boolean isShowFormulaBar()Checks if is show formula bar.- Returns:
- true, if is show formula bar
-
setShowFormulaBar
public void setShowFormulaBar(boolean showFormulaBar)Sets the show formula bar.- Parameters:
showFormulaBar- the new show formula bar
-
isShowHorizontalScroll
public boolean isShowHorizontalScroll()Checks if is show horizontal scroll.- Returns:
- true, if is show horizontal scroll
-
setShowHorizontalScroll
public void setShowHorizontalScroll(boolean showHorizontalScroll)Sets the show horizontal scroll.- Parameters:
showHorizontalScroll- the new show horizontal scroll
-
getObjectDisplayType
Gets the object display type.- Returns:
- the object display type
-
setObjectDisplayType
Sets the object display type.- Parameters:
objectDisplayType- the new object display type
-
isShowSheetTabs
public boolean isShowSheetTabs()Checks if is show sheet tabs.- Returns:
- true, if is show sheet tabs
-
setShowSheetTabs
public void setShowSheetTabs(boolean showSheetTabs)Sets the show sheet tabs.- Parameters:
showSheetTabs- the new show sheet tabs
-
isShowStatusBar
public boolean isShowStatusBar()Checks if is show status bar.- Returns:
- true, if is show status bar
-
setShowStatusBar
public void setShowStatusBar(boolean showStatusBar)Sets the show status bar.- Parameters:
showStatusBar- the new show status bar
-
isShowVerticalScroll
public boolean isShowVerticalScroll()Checks if is show vertical scroll.- Returns:
- true, if is show vertical scroll
-
setShowVerticalScroll
public void setShowVerticalScroll(boolean showVerticalScroll)Sets the show vertical scroll.- Parameters:
showVerticalScroll- the new show vertical scroll
-
getSheetTabRatio
public int getSheetTabRatio()Gets the sheet tab ratio.- Returns:
- the sheet tab ratio
-
setSheetTabRatio
public void setSheetTabRatio(int sheetTabRatio)Sets the sheet tab ratio.- Parameters:
sheetTabRatio- the new sheet tab ratio
-
getWindowHeight
public int getWindowHeight()Gets the window height.- Returns:
- the window height
-
setWindowHeight
public void setWindowHeight(int windowHeight)Sets the window height.- Parameters:
windowHeight- the new window height
-
getWindowWidth
public int getWindowWidth()Gets the window width.- Returns:
- the window width
-
setWindowWidth
public void setWindowWidth(int windowWidth)Sets the window width.- Parameters:
windowWidth- the new window width
-
getTopLeftCornerX
public int getTopLeftCornerX()Gets the top left corner x.- Returns:
- the top left corner x
-
setTopLeftCornerX
public void setTopLeftCornerX(int topLeftCornerX)Sets the top left corner x.- Parameters:
topLeftCornerX- the new top left corner x
-
getTopLeftCornerY
public int getTopLeftCornerY()Gets the top left corner y.- Returns:
- the top left corner y
-
setTopLeftCornerY
public void setTopLeftCornerY(int topLeftCornerY)Sets the top left corner y.- Parameters:
topLeftCornerY- the new top left corner y
-