XamlOptions
Contents
[
Hide
]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
Constructor | Description |
---|---|
XamlOptions() | Initializes a new instance of the XamlOptions class that can be used to save project in XAML format. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
source | SaveOptions | {@inheritDoc} |
deepClone()
public final SaveOptions deepClone()
Reserved for internal usage.
Returns: SaveOptions - {@inheritDoc}