Class OdtFormatSettingKeys
The FormatSettings keys the ODT writer understands.
public static class OdtFormatSettingKeys
- Inheritance
-
OdtFormatSettingKeys
- Inherited Members
Remarks
Every key is prefixed odt: so writers for other formats can share the dictionary
without collision. Keys are matched case-insensitively and ordinally. A key with the
odt: prefix that is not listed here, or a listed key whose value will not parse, is
reported as a diagnostic and falls back to the documented default — never ignored in
silence, and never an exception on the default path.
Fields
- EmbedImages
odt:embedImages—"true"or"false".
- Generator
odt:generator— the value written asmeta:generator.
- Prefix
The key prefix that marks a setting as belonging to the ODT writer.
- Title
odt:title— the value written asdc:title.
Methods
- IsOdtKey(string?)
Determines whether a key belongs to the ODT writer.