module com::sun::star::view

(Global Index)

submodules

services

interfaces

structs

exceptions

enums

typedefs

constant groups

Description

Document view specfic interfaces (e.g. selection access and printing).


submodules


services

OfficeDocumentView specifies a view of a normal office document.
PrintOptions describes the options for print jobs.
PrintSettings provides access to the settings for printing documents.
PrinterDescriptor describes a printer by specifying the queue name and some settings.

interfaces

XControlAccess provides access to the controls in a view.
XLineCursor makes it possible to move a cursor to the start or end of laid out text.
XPrintPreview
XPrintSettingsSupplier offers printing related settings.
XPrintable represents something that can be printed.
XPrintableBroadcaster allows for getting information about a print job
XPrintableListener allows for getting information about a print job.
XScreenCursor enables the object to leaf through steps of the displayed size.
XSelectionChangeListener makes it possible to receive an event when the selection changes.
XSelectionSupplier makes it possible to access and change the selection in a view.
XViewCursor makes it possible to move a cursor up/down/left/right within laid out text.
XViewSettingsSupplier provides access to the view settings of the object.

structs

PrintableStateEvent specifies the print progress of an XPrintable

exceptions


enums

PaperFormat specifies the format (size) of the paper on a text document.
PaperOrientation specifies the orientation of the paper.
PrintableState specifies the print progress of an XPrintable

typedefs


constant groups

DocumentZoomType These constants describe how the document content is zoomed into the document view.
Top of Page