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):
    ...
ParameterTypeDescription
save_formatSaveFormatCan be SaveFormat.XAML_FLOW or SaveFormat.XAML_FLOW_PACK.

See Also