Top   Module   Use   Manual   Index 
 NESTED MODULES | SERVICES | INTERFACES | STRUCTS | EXCEPTIONS | ENUMS | TYPEDEFS | CONSTANT GROUPS 

com :: sun :: star ::

module document

Description
Office document related interfaces.


Services

DocumentInfo This service provides document-specific information like the author, creation date and user fields.
EventDescriptor specifies an event binding for a document or a document content.
Events is a collection of all events supported by a document or content of a document.
ExportFilter filter for exports.
FilterFactory factory to create filter objects
ImportFilter filter for imports.
LinkTarget This service is implemented by objects inside a document object model that can be the target of a link inside a document
LinkTargets This service gives access to a collection of names that are child links of the parent object that supplied this service.
MediaDescriptor describes properties of a document, regarding the relationship between the loaded document and the resource the document is loaded from / stored to.
OfficeDocument This abstract service specifies a storable and printable document.
StandaloneDocumentInfo This service grants access to document-specific information, like the author, creation date and user fields, directly from document files without loading the whole document.
TypeDetection type detection of a specified resource (document)

Interfaces

XActionLockable enables the object to lock actions.
XBinaryStreamResolver this interface encapsulates functionality to get/resolve binary data streams.
XDocumentInfo provides access to the user fields for the information regarding the document.
XDocumentInfoSupplier Through this interface documents can provide a DocumentInfo .
XDocumentInsertable makes it possible to import a document from a given URL into this document.
XEmbeddedObjectResolver this interface converts embedded object URLs from one URL space to another.
XEmbeddedObjectSupplier represents something that provides an embedded object.
XEventBroadcaster makes it possible to register listeners which are called whenever a document event (see EventObject ) occurs.
XEventListener makes it possible to register listeners, which are called whenever a document or document content event occurs.
XEventsSupplier gives access to a list of URLs bound to events of this object.
XExporter makes it possible to connect a document with an Exporter .
XExtendedFilterDetection extended filter detection.
XFilter interface to filter documents.
XGraphicObjectResolver this interface converts graphic object URLs from one URL space to another.
XImporter makes it possible to connect a document with an Importer .
XInteractionFilterSelect
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.
XMimeTypeInfo provides information regarding which Mime types are supported by a filter
XRedlinesSupplier provides access to a container of the redline objects of the 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.
XTypeDetection support "flat" and "deep" type detection of a given document.
XViewDataSupplier Gives access to some properties describing all open views to a document. Each view is described by a sequence< ::com::sun::star::beans::PropertyValue > . Through this interface the state of all open views can be retrieved and restored later. These states can also be made persistent so that a document loader can create all views of the correct types and restore their state to the state when the document was saved.

Structs

EventObject is thrown on document and document content events.

Exceptions

AmbigousFilterRequest should be used for interaction to handle states of ambigous filter detection to ask user of operation for his decision
NoSuchFilterRequest should be used for interaction to handle states of unknown filter during detection

Constant Groups

RedlineDisplayType specifies which changes in a document are displayed.

Top of Page