PrintOptions

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

ConstructorDescription
PrintOptions()Initializes a new instance of the PrintOptions class that can be used to set different options to print project.

Methods

MethodDescription
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:

ParameterTypeDescription
sourceSaveOptions{@inheritDoc}

deepClone()

public final SaveOptions deepClone()

Reserved for internal usage.

Returns: SaveOptions - {@inheritDoc}