OdtSaveOptions
OdtSaveOptions constructor. Initializes a new instance of this class that can be used to save a document in the Odt format.
OdtSaveOptions()
Initializes a new instance of this class that can be used to save a document in the Odt format.
public OdtSaveOptions()
See Also
- class OdtSaveOptions
- namespace Wordize.Saving
- assembly Wordize
OdtSaveOptions(string)
Initializes a new instance of this class that can be used to save a document in the Odt format encrypted with a password.
public OdtSaveOptions(string password)
See Also
- class OdtSaveOptions
- namespace Wordize.Saving
- assembly Wordize
OdtSaveOptions(SaveFormat)
Initializes a new instance of this class that can be used to save a document in the Odt format.
public OdtSaveOptions(SaveFormat saveFormat)
See Also
- enum SaveFormat
- class OdtSaveOptions
- namespace Wordize.Saving
- assembly Wordize