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)
ParameterTypeDescription
passwordstring

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)
ParameterTypeDescription
saveFormatSaveFormatCan be SaveFormat.Odt or SaveFormat.Ott.

See Also