API Reference

Class

OdfDocumentMetadata

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

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

Methods

public String GetCustomProperty(String name) #
Returns: String

Gets a custom `meta:user-defined` value.

Parameters

name System.String requiredposition: 0
public Void SetCustomProperty(String name, String value) #
Returns: Void

Adds, replaces, or removes a custom metadata value.

Parameters

name System.String requiredposition: 0
value System.String requiredposition: 1

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.