XamlOptions

Inheritance: java.lang.Object, com.aspose.tasks.SimpleSaveOptions, com.aspose.tasks.SaveOptions

All Implemented Interfaces: com.aspose.tasks.ICloneableSaveOptions

public class XamlOptions extends SaveOptions implements ICloneableSaveOptions

/// Allows to specify additional options when rendering project pages to XAML.

Constructors

ConstructorDescription
XamlOptions()Initializes a new instance of the XamlOptions class that can be used to save project in XAML format.

Methods

MethodDescription
copyOutputPropertiesFrom(SaveOptions source){@inheritDoc}
deepClone(){@inheritDoc}

XamlOptions()

public XamlOptions()

Initializes a new instance of the XamlOptions class that can be used to save project in XAML format.

copyOutputPropertiesFrom(SaveOptions source)

public final void copyOutputPropertiesFrom(SaveOptions source)

Reserved for internal usage.

Parameters:

ParameterTypeDescription
sourceSaveOptions{@inheritDoc}

deepClone()

public final SaveOptions deepClone()

Reserved for internal usage.

Returns: SaveOptions - {@inheritDoc}