OdsSaveOptions.OdsSaveOptions

OdsSaveOptions()

Creates the options of saving ods file.

public OdsSaveOptions()

See Also


OdsSaveOptions(SaveFormat)

Creates the options of saving ods file.

public OdsSaveOptions(SaveFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFormatThe file format. It should be Ods, Ots, Fods or Sxc, otherwise the saved format will be set as Ods automatically.

See Also