LibreOffice
LibreOffice 25.8 SDK API Reference
|
provides document-specific information such as the author, creation date, and user-defined fields. More...
import "DocumentProperties.idl";
Additional Inherited Members | |
Public Types inherited from XDocumentProperties | |
typedef sequence< string > | Keywords |
contains a list of keywords for the document. | |
typedef sequence< com::sun::star::beans::NamedValue > | DocumentStatistics |
contains some statistics about the document. | |
Public Attributes inherited from XDocumentProperties | |
string | Author |
contains the initial author of the document. | |
string | Generator |
identifies which application was used to create or last modify the document. | |
com::sun::star::util::DateTime | CreationDate |
contains the date and time when the document was created. | |
string | Title |
contains the title of the document. | |
string | Subject |
contains the subject of the document. | |
string | Description |
contains a multi-line comment describing the document. | |
com::sun::star::lang::Locale | Language |
contains the default language of the document. | |
string | ModifiedBy |
contains the name of the person who most recently stored the document. | |
com::sun::star::util::DateTime | ModificationDate |
contains the date and time of the last time the document was stored. | |
string | PrintedBy |
contains the name of the person who most recently printed the document. | |
com::sun::star::util::DateTime | PrintDate |
contains the date and time when the document was last printed. | |
string | TemplateName |
contains the name of the template from which the document was created. | |
string | TemplateURL |
contains the URL of the template from which the document was created. | |
com::sun::star::util::DateTime | TemplateDate |
contains the date and time of when the document was created or updated from the template. | |
string | AutoloadURL |
contains the URL to load automatically at a specified time after the document is loaded into a desktop frame. | |
long | AutoloadSecs |
contains the number of seconds after which a specified URL is to be loaded after the document is loaded into a desktop frame. | |
string | DefaultTarget |
contains the name of the default frame into which links should be loaded if no target is specified. | |
short | EditingCycles |
describes how often the document was edited and saved. | |
long | EditingDuration |
contains the net time of editing the document (in seconds). |
provides document-specific information such as the author, creation date, and user-defined fields.
This service replaces the deprecated DocumentInfo and StandaloneDocumentInfo services.
create | ( | ) |
constructs default-initialized instance