service StandaloneDocumentInfo in module com::sun::star::document::

(Global Index)

Syntax

service StandaloneDocumentInfo;

Description

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.

See also

DocumentInfo

Included Services

com::sun::star::document::DocumentInfo

Exported Interfaces

com::sun::star::document::XStandaloneDocumentInfo

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.


Top of Page