public static final class JobErrorSheet.ErrorSheetOption extends Option implements JobErrorSheet.IJobErrorSheetItem
Describes the JobErrorSheet feature options.
| Modifier and Type | Field and Description |
|---|---|
static JobErrorSheet.ErrorSheetOption |
Custom
Specifies a custom error sheet should be output.
|
static JobErrorSheet.ErrorSheetOption |
None
Specifies no error sheet should be output.
|
static JobErrorSheet.ErrorSheetOption |
Standard
Specifies the standard (device defined) error sheet should be output.
|
getNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static final 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 static final JobErrorSheet.ErrorSheetOption None
Specifies no error sheet should be output.
public static final JobErrorSheet.ErrorSheetOption Standard
Specifies the standard (device defined) error sheet should be output.
Copyright © 2025 Aspose. All Rights Reserved.