22module
com { module sun { module star { module document {
286 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
315 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
350 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
376 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
is thrown when an input or output error has occurred.
Definition IOException.idl:27
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This is a checked exception that wraps an exception thrown by the original target.
Definition WrappedTargetException.idl:34
makes it possible to add and remove properties to or from an object.
Definition XPropertyContainer.idl:31
provides document-specific information such as the author, creation date, and user-defined fields.
Definition XDocumentProperties.idl:44
string Subject
contains the subject of the document.
Definition XDocumentProperties.idl:75
com::sun::star::util::DateTime ModificationDate
contains the date and time of the last time the document was stored.
Definition XDocumentProperties.idl:106
string TemplateURL
contains the URL of the template from which the document was created.
Definition XDocumentProperties.idl:137
long AutoloadSecs
contains the number of seconds after which a specified URL is to be loaded after the document is load...
Definition XDocumentProperties.idl:179
com::sun::star::beans::XPropertyContainer getUserDefinedProperties()
provides access to a container for user-defined properties.
short EditingCycles
describes how often the document was edited and saved.
Definition XDocumentProperties.idl:209
string Author
contains the initial author of the document.
Definition XDocumentProperties.idl:48
com::sun::star::lang::Locale Language
contains the default language of the document.
Definition XDocumentProperties.idl:93
com::sun::star::util::DateTime TemplateDate
contains the date and time of when the document was created or updated from the template.
Definition XDocumentProperties.idl:143
void storeToStorage([in] com::sun::star::embed::XStorage Storage, [in] sequence< com::sun::star::beans::PropertyValue > Medium)
stores document properties to an ODF package.
string Generator
identifies which application was used to create or last modify the document.
Definition XDocumentProperties.idl:60
string PrintedBy
contains the name of the person who most recently printed the document.
Definition XDocumentProperties.idl:111
string Description
contains a multi-line comment describing the document.
Definition XDocumentProperties.idl:83
void loadFromStorage([in] com::sun::star::embed::XStorage Storage, [in] sequence< com::sun::star::beans::PropertyValue > Medium)
loads document properties from an ODF package.
void resetUserData([in] string Author)
resets all attributes that could identify the user.
void loadFromMedium([in] string URL, [in] sequence< com::sun::star::beans::PropertyValue > Medium)
loads document properties from an ODF package or an OLE container.
string AutoloadURL
contains the URL to load automatically at a specified time after the document is loaded into a deskto...
Definition XDocumentProperties.idl:159
com::sun::star::util::DateTime CreationDate
contains the date and time when the document was created.
Definition XDocumentProperties.idl:65
string TemplateName
contains the name of the template from which the document was created.
Definition XDocumentProperties.idl:128
void storeToMedium([in] string URL, [in] sequence< com::sun::star::beans::PropertyValue > Medium)
stores document properties to an ODF package or an OLE container.
string ModifiedBy
contains the name of the person who most recently stored the document.
Definition XDocumentProperties.idl:98
string Title
contains the title of the document.
Definition XDocumentProperties.idl:70
com::sun::star::util::DateTime PrintDate
contains the date and time when the document was last printed.
Definition XDocumentProperties.idl:119
sequence< string > Keywords
contains a list of keywords for the document.
Definition XDocumentProperties.idl:88
sequence< com::sun::star::beans::NamedValue > DocumentStatistics
contains some statistics about the document.
Definition XDocumentProperties.idl:197
long EditingDuration
contains the net time of editing the document (in seconds).
Definition XDocumentProperties.idl:221
string DefaultTarget
contains the name of the default frame into which links should be loaded if no target is specified.
Definition XDocumentProperties.idl:188
This interface represents main storage functionality.
Definition XStorage.idl:27
Definition Ambiguous.idl:20
object represents a specific geographical, political, or cultural region.
Definition Locale.idl:34
represents a combined date+time value.
Definition DateTime.idl:27