Table of Contents

Property Title

Namespace
DocWright.Formats.Odt
Assembly
DocWright.Formats.Odt.dll

Title

Gets or sets the value written as dc:title in meta.xml, or null to omit the element — the default.

public string? Title { get; set; }

Property Value

string

Remarks

The writer invents no metadata. There is no creation date, no editing cycle count and no generated identifier anywhere in the package, because every one of them would make two writes of the same document differ, which the project's determinism rules forbid outright. A caller who wants a title supplies one and owns its stability.