XamlFlowSaveOptions constructor
XamlFlowSaveOptions()
Initializes a new instance of this class that can be used to save a document in the SaveFormat.XAML_FLOW format.
def __init__(self):
...
XamlFlowSaveOptions(save_format)
Initializes a new instance of this class that can be used to save a document in the SaveFormat.XAML_FLOW or SaveFormat.XAML_FLOW_PACK format.
def __init__(self, save_format: aspose.words.SaveFormat):
...
Parameter | Type | Description |
---|---|---|
save_format | SaveFormat | Can be SaveFormat.XAML_FLOW or SaveFormat.XAML_FLOW_PACK. |
See Also
- module aspose.words.saving
- class XamlFlowSaveOptions