:: com :: sun :: star :: document ::
|
interface XStandaloneDocumentInfo |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--::com::sun::star::document::XDocumentInfo
|
+--XStandaloneDocumentInfo
::com::sun::star::document::XDocumentInfo |
- (referenced interface's summary:)
- provides access to the user fields for the information regarding the
document
|
|
- Description
- 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
Only the document information part of the resource is transferred.
Instead of ::com::sun::star::document::DocumentInfo not the whole document will be opened.
Note: Without specifying the source or target of this info (the document)
nothing can work and will be handled as void (for reading) or ignored (for writing).
After specigiying the source/target by using this interface,
the interface ::com::sun::star::document::XDocumentInfo (which must be implemented on same
object then this one!) provides access to the info properties.
- See also
- ::com::sun::star::document::DocumentInfo
- See also
- ::com::sun::star::document::StandaloneDocumentInfo
- See also
- ::com::sun::star::document::XDocumentInfo
|
Copyright © 2003 Sun Microsystems, Inc.