API Reference
Class
OdfDocumentMetadata
OpenDocument metadata backed by `meta.xml`.
Inheritance
- Object
- OdfDocumentMetadata
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OdfDocument.Metadata
- Property OdpPresentation.Metadata
- Property OdsDocument.Metadata
- Property OdtDocument.Metadata
Methods
public String GetCustomProperty(String name) #Returns:
StringGets a custom `meta:user-defined` value.
Parameters
- name System.String
public Void SetCustomProperty(String name, String value) #Returns:
VoidAdds, replaces, or removes a custom metadata value.
Parameters
- name System.String
- value System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Title { get; set; } #Document title.
public String Subject { get; set; } #Document subject.
public String Description { get; set; } #Document description.
public String Creator { get; set; } #Initial creator.
public String Language { get; set; } #Primary document language.
public String Generator { get; set; } #Producer recorded in the package.
public Nullable<DateTimeOffset> CreationDate { get; set; } #Creation timestamp.
public Nullable<DateTimeOffset> ModifiedDate { get; set; } #Last modification timestamp.