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


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)
ParameterTypeDescription
saveFormatSaveFormatCan be Docx, Docm, Dotx, Dotm or FlatOpc.

See Also