public static final class JobPrimaryBannerSheet.BannerSheetOption extends Option
Represents options of the JobPrimaryBannerSheet feature.
| Modifier and Type | Field and Description |
|---|---|
static JobPrimaryBannerSheet.BannerSheetOption |
Custom
Specifies a custom banner sheet should be output.
|
static JobPrimaryBannerSheet.BannerSheetOption |
None
Specifies no banner sheet should be output.
|
static JobPrimaryBannerSheet.BannerSheetOption |
Standard
Specifies the standard (device defined) banner sheet should be output.
|
getNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static final JobPrimaryBannerSheet.BannerSheetOption None
Specifies no banner sheet should be output.
public static final JobPrimaryBannerSheet.BannerSheetOption Standard
Specifies the standard (device defined) banner sheet should be output.
public static final JobPrimaryBannerSheet.BannerSheetOption Custom
Specifies a custom banner sheet should be output. If a JobPrimaryBannerSheetSource
ParameterInit element is not specified,
this Option should be ignored.
Copyright © 2025 Aspose. All Rights Reserved.