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