:: com :: sun :: star :: sheet ::

service SpreadsheetView
Description
represents a view of a spreadsheet document.
Developers Guide
7.1.3 Office Development - OpenOffice.org Application Environment - Using the Component Framework - Controllers - Document Specific Controller Services
9.5.1 Spreadsheet Documents - Spreadsheet Document Controller - Spreadsheet View

Included Services
::com::sun::star::frame::Controller
Description
provides the integration into the framework.
SpreadsheetViewSettings
Description
provides the view's settings.
SpreadsheetViewPane
Description
provides direct access to the view's active pane.
Exported Interfaces
XSpreadsheetView
Description
provides access to the active sheet in the view.
::com::sun::star::container::XIndexAccess
Description
provides access to the collection of view panes.
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of view panes.
::com::sun::star::view::XSelectionSupplier
Description
provides access to the view's selection.

The selection in a spreadsheet view can be a SheetCell , SheetCellRange , SheetCellRanges , ::com::sun::star::drawing::Shape or ::com::sun::star::drawing::Shapes object.

XViewSplitable
Description
allows to split the view.
XViewFreezable
Description
allows to freeze columns and rows of the view.
XRangeSelection
Description
allows to let the user interactively select a cell range.
XEnhancedMouseClickBroadcaster
Usage Restrictions
optional
XActivationBroadcaster
Usage Restrictions
optional

 
Top of Page