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.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public 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 © 2022 Aspose. All Rights Reserved.