public static final class JobErrorSheet.ErrorSheetWhen.ErrorSheetWhenOption extends Option
Describes the ErrorSheetWhen
feature options.
Modifier and Type | Field and Description |
---|---|
static JobErrorSheet.ErrorSheetWhen.ErrorSheetWhenOption |
Always
Specifies an error sheet will be output for every job.
|
static JobErrorSheet.ErrorSheetWhen.ErrorSheetWhenOption |
OnError
Specifies an error sheet will be output only on error.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static JobErrorSheet.ErrorSheetWhen.ErrorSheetWhenOption Always
Specifies an error sheet will be output for every job.
public static JobErrorSheet.ErrorSheetWhen.ErrorSheetWhenOption OnError
Specifies an error sheet will be output only on error.
Copyright © 2022 Aspose. All Rights Reserved.