OoxmlSaveOptions
OoxmlSaveOptions constructor. Initializes a new instance of this class that can be used to save a document in the Docx format.
OoxmlSaveOptions()
Initializes a new instance of this class that can be used to save a document in the Docx format.
public OoxmlSaveOptions()
See Also
- class OoxmlSaveOptions
- namespace Wordize.Saving
- assembly Wordize
OoxmlSaveOptions(SaveFormat)
Initializes a new instance of this class that can be used to save a document in the Docx, Docm, Dotx, Dotm or FlatOpc format.
public OoxmlSaveOptions(SaveFormat saveFormat)
| Parameter | Type | Description |
|---|---|---|
| saveFormat | SaveFormat | Can be Docx, Docm, Dotx, Dotm or FlatOpc. |
See Also
- enum SaveFormat
- class OoxmlSaveOptions
- namespace Wordize.Saving
- assembly Wordize