public static final class JobErrorSheet.ErrorSheetOption extends Option implements JobErrorSheet.IJobErrorSheetItem
Describes the JobErrorSheet
feature options.
Modifier and Type | Field and Description |
---|---|
JobErrorSheet.ErrorSheetOption |
Custom
Specifies a custom error sheet should be output.
|
JobErrorSheet.ErrorSheetOption |
None
Specifies no error sheet should be output.
|
JobErrorSheet.ErrorSheetOption |
Standard
Specifies the standard (device defined) error sheet should be output.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public JobErrorSheet.ErrorSheetOption Custom
Specifies a custom error sheet should be output. If a JobErrorSheetSource
ParameterInit
element is not specified, this Option should be ignored.
public JobErrorSheet.ErrorSheetOption None
Specifies no error sheet should be output.
public JobErrorSheet.ErrorSheetOption Standard
Specifies the standard (device defined) error sheet should be output.
Copyright © 2022 Aspose. All Rights Reserved.