Class SheetViewPane
java.lang.Object
com.independentsoft.office.spreadsheet.SheetViewPane
The Class SheetViewPane.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the active pane.doubleGets the horizontal split position.getState()Gets the state.Gets the top left visible cell location.doubleGets the vertical split position.voidsetActivePane(PaneType activePane)Sets the active pane.voidsetHorizontalSplitPosition(double horizontalSplitPosition)Sets the horizontal split position.voidSets the state.voidsetTopLeftVisibleCellLocation(String topLeftVisibleCellLocation)Sets the top left visible cell location.voidsetVerticalSplitPosition(double verticalSplitPosition)Sets the vertical split position.toString()
-
Constructor Details
-
SheetViewPane
public SheetViewPane()Instantiates a new sheet view pane.
-
-
Method Details
-
clone
-
toString
-
getActivePane
Gets the active pane.- Returns:
- the active pane
-
setActivePane
Sets the active pane.- Parameters:
activePane- the new active pane
-
getState
Gets the state.- Returns:
- the state
-
setState
Sets the state.- Parameters:
state- the new state
-
getTopLeftVisibleCellLocation
Gets the top left visible cell location.- Returns:
- the top left visible cell location
-
setTopLeftVisibleCellLocation
Sets the top left visible cell location.- Parameters:
topLeftVisibleCellLocation- the new top left visible cell location
-
getHorizontalSplitPosition
public double getHorizontalSplitPosition()Gets the horizontal split position.- Returns:
- the horizontal split position
-
setHorizontalSplitPosition
public void setHorizontalSplitPosition(double horizontalSplitPosition)Sets the horizontal split position.- Parameters:
horizontalSplitPosition- the new horizontal split position
-
getVerticalSplitPosition
public double getVerticalSplitPosition()Gets the vertical split position.- Returns:
- the vertical split position
-
setVerticalSplitPosition
public void setVerticalSplitPosition(double verticalSplitPosition)Sets the vertical split position.- Parameters:
verticalSplitPosition- the new vertical split position
-