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.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static JobPrimaryBannerSheet.BannerSheetOption None
Specifies no banner sheet should be output.
public static JobPrimaryBannerSheet.BannerSheetOption Standard
Specifies the standard (device defined) banner sheet should be output.
public static 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 © 2022 Aspose. All Rights Reserved.