PrintOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.tasks.SimpleSaveOptions, com.aspose.tasks.SaveOptions
All Implemented Interfaces: com.aspose.tasks.ICloneableSaveOptions
public class PrintOptions extends SaveOptions implements ICloneableSaveOptions
Allows to specify additional options when printing project.
Constructors
Constructor | Description |
---|---|
PrintOptions() | Initializes a new instance of the PrintOptions class that can be used to set different options to print project. |
Methods
Method | Description |
---|---|
copyOutputPropertiesFrom(SaveOptions source) | {@inheritDoc} |
deepClone() | {@inheritDoc} |
PrintOptions()
public PrintOptions()
Initializes a new instance of the PrintOptions class that can be used to set different options to print project.
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}