OdtSaveOptions constructor
OdtSaveOptions()
Initializes a new instance of this class that can be used to save a document in the SaveFormat.Odt format.
OdtSaveOptions()
OdtSaveOptions(password)
Initializes a new instance of this class that can be used to save a document in the SaveFormat.Odt format encrypted with a password.
OdtSaveOptions(password: string)
Parameter | Type | Description |
---|---|---|
password | string |
OdtSaveOptions(saveFormat)
Initializes a new instance of this class that can be used to save a document in the SaveFormat.Odt or SaveFormat.Ott format.
OdtSaveOptions(saveFormat: Aspose.Words.SaveFormat)
Parameter | Type | Description |
---|---|---|
saveFormat | SaveFormat | Can be SaveFormat.Odt or SaveFormat.Ott. |
See Also
- module Aspose.Words.Saving
- class OdtSaveOptions