OoxmlSaveOptions constructor

OoxmlSaveOptions()

Initializes a new instance of this class that can be used to save a document in the SaveFormat.Docx format.

OoxmlSaveOptions()

OoxmlSaveOptions(saveFormat)

Initializes a new instance of this class that can be used to save a document in the SaveFormat.Docx, SaveFormat.Docm, SaveFormat.Dotx, SaveFormat.Dotm or SaveFormat.FlatOpc format.

OoxmlSaveOptions(saveFormat: Aspose.Words.SaveFormat)
ParameterTypeDescription
saveFormatSaveFormatCan be SaveFormat.Docx, SaveFormat.Docm, SaveFormat.Dotx, SaveFormat.Dotm or SaveFormat.FlatOpc.

See Also