:: com :: sun :: star ::

module document
Description
Office document related interfaces.

Services
::com::sun::star::document::DocumentInfo this service provides document-specific information like the author, creation date and user fields
::com::sun::star::document::DocumentRevisionListPersistence interface to maintain a list of document revisions
::com::sun::star::document::EventDescriptor specifies an event binding for a document or a document content
::com::sun::star::document::Events is a collection of all events supported by a document or content of a document
::com::sun::star::document::ExportFilter filter for exports
::com::sun::star::document::ExtendedTypeDetection describes a class of service which will be used for deep ::com::sun::star::document::TypeDetection in a generic way
::com::sun::star::document::ExtendedTypeDetectionFactory factory to create extended type detection components.
::com::sun::star::document::FilterAdapter
::com::sun::star::document::FilterFactory factory to create filter components.
::com::sun::star::document::HeaderFooterSettings describes properties that control the formatting of headers and footers for documents that do not allow individual settings for individual parts like pages or slides.
::com::sun::star::document::ImportFilter filter for imports
::com::sun::star::document::LinkTarget This service is implemented by objects inside a document object model that can be the target of a link inside a document
::com::sun::star::document::LinkTargets This service gives access to a collection of names that are child links of the parent object that supplied this service.
::com::sun::star::document::MediaDescriptor describes properties of a document, regarding the relationship between the loaded document and the resource the document is loaded from / stored to.
::com::sun::star::document::OfficeDocument abstract service which specifies a storable and printable document
::com::sun::star::document::OleEmbeddedServerRegistration registers embedded server for StarOffice documents
::com::sun::star::document::Settings describes properties that apply to the whole document of any application.
::com::sun::star::document::StandaloneDocumentInfo extends the service ::com::sun::star::document::DocumentInfo to have access on such document properties without loading the whole document
::com::sun::star::document::TypeDetection capsulate a type detection service and provide read/write access on it's configuration data.
::com::sun::star::document::XMLBasicExporter Filter for exporting Basic macros to the OpenOffice.org file format.
::com::sun::star::document::XMLBasicImporter Filter for importing Basic macros from the OpenOffice.org file format.
::com::sun::star::document::XMLOasisBasicExporter Filter for exporting Basic macros to the OASIS Open Office file format.
::com::sun::star::document::XMLOasisBasicImporter Filter for importing Basic macros from the OASIS Open Office file format.
Interfaces
::com::sun::star::document::XActionLockable makes it possible to prevent object internal updates for a certain period to be able to quickly change multiple parts of the objects, where the updates would invalidate each other, anyway.
::com::sun::star::document::XBinaryStreamResolver
::com::sun::star::document::XDocumentInfo provides access to the user fields for the information regarding the document
::com::sun::star::document::XDocumentInfoSupplier through this interface documents can provide a ::com::sun::star::document::DocumentInfo
::com::sun::star::document::XDocumentInsertable makes it possible to import a document from a given URL into this document.
::com::sun::star::document::XDocumentRevisionListPersistence interface to load or store a list of document revisions from or to a document using the packed XML file format
::com::sun::star::document::XDocumentSubStorageSupplier through this interface documents can provide access to their substorages
::com::sun::star::document::XEmbeddedObjectResolver this interface converts embedded object URLs from one URL space to another.
::com::sun::star::document::XEmbeddedObjectSupplier represents something that provides an embedded object.
::com::sun::star::document::XEventBroadcaster makes it possible to register listeners which are called whenever a document event (see ::com::sun::star::document::EventObject ) occurs
::com::sun::star::document::XEventListener makes it possible to register listeners, which are called whenever a document or document content event occurs
::com::sun::star::document::XEventsSupplier gives access to a list of URLs bound to events of this object
::com::sun::star::document::XExporter makes it possible to connect a document with an ::com::sun::star::document::ExportFilter
::com::sun::star::document::XExtendedFilterDetection provides a "deep" filter detection
::com::sun::star::document::XFilter interface to filter documents
::com::sun::star::document::XFilterAdapter This is an interface that can be used to link a filter to the FilterAdapter
::com::sun::star::document::XGraphicObjectResolver this interface converts graphic object URLs from one URL space to another.
::com::sun::star::document::XImporter makes it possible to connect a document with an ::com::sun::star::document::ImportFilter
::com::sun::star::document::XInteractionFilterOptions A continuation to return filter options from interaction helper.
::com::sun::star::document::XInteractionFilterSelect continuation used by interaction mechanism at filter detection during loading documents
::com::sun::star::document::XLinkTargetSupplier interface is supplied by objects inside a document object model that have children that can be the target of a link inside a document.
::com::sun::star::document::XMimeTypeInfo provides information regarding which MIME types are supported by a filter.
::com::sun::star::document::XRedlinesSupplier provides access to a container of the redline objects of the document.
::com::sun::star::document::XStandaloneDocumentInfo makes it possible to load document information from a resource specified by a URL and to store it into a resource also specified by a URL
::com::sun::star::document::XStorageBasedDocument allows to initialize document with a storage, to store document to a storage, and to set document to be based on provided storage.
::com::sun::star::document::XStorageChangeListener allows to be notified when a document is switched to a new storage.
::com::sun::star::document::XTypeDetection support "flat" and "deep" type detection of a given document
::com::sun::star::document::XViewDataSupplier gives access to some properties describing all open views to a document
Structs
::com::sun::star::document::EventObject is thrown on document and document content events
Exceptions
::com::sun::star::document::AmbigousFilterRequest should be used for interaction to handle states of ambigous filter detection
::com::sun::star::document::BrokenPackageRequest Is used for interaction handle in case package is broken.
::com::sun::star::document::CorruptedFilterConfigurationException This exception is thrown in case the global filter configuration does not exists or contains corrupted data.
::com::sun::star::document::FilterOptionsRequest Is used for interaction handle to get filter options.
::com::sun::star::document::NoSuchFilterRequest should be used for interaction to handle states of unknown filter during detection
Constant Groups
::com::sun::star::document::LinkUpdateModes
::com::sun::star::document::MacroExecMode Specify whether a macro can be executed.
::com::sun::star::document::PrinterIndependentLayout specifies whether the document printer metric is used.
::com::sun::star::document::RedlineDisplayType specifies which changes in a document are displayed.
::com::sun::star::document::UpdateDocMode Specify the way a document can be updated.
Top of Page