public static final class JobPrimaryCoverBack.CoverBackOption extends Option
Describes the JobPrimaryCoverBack
feature options.
Modifier and Type | Field and Description |
---|---|
static JobPrimaryCoverBack.CoverBackOption |
BlankCover
Specifies a blank cover sheet should be printed.
|
static JobPrimaryCoverBack.CoverBackOption |
NoCover
Specifies no cover will be output.
|
static JobPrimaryCoverBack.CoverBackOption |
PrintBack
Specifies the cover indicated by "CoverBackSource" should be printed on the back side
of the cover sheet.
|
static JobPrimaryCoverBack.CoverBackOption |
PrintBoth
Specifies the cover indicated by "CoverBackSource" may be printed on either sides
of the cover sheet.
|
static JobPrimaryCoverBack.CoverBackOption |
PrintFront
Specifies the cover indicated by "CoverBackSource" should be printed on the front side
of the cover sheet.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static JobPrimaryCoverBack.CoverBackOption NoCover
Specifies no cover will be output.
public static JobPrimaryCoverBack.CoverBackOption PrintBack
Specifies the cover indicated by "CoverBackSource" should be printed on the back side
of the cover sheet. If a JobPrimaryCoverBackSource
ParameterInit
element is not specified, this Option should be ignored.
public static JobPrimaryCoverBack.CoverBackOption PrintBoth
Specifies the cover indicated by "CoverBackSource" may be printed on either sides
of the cover sheet. If a JobPrimaryCoverBackSource
ParameterInit
element is not specified, this Option should be ignored.
public static JobPrimaryCoverBack.CoverBackOption PrintFront
Specifies the cover indicated by "CoverBackSource" should be printed on the front side
of the cover sheet. If a JobPrimaryCoverBackSource
ParameterInit
element is not specified, this Option should be ignored.
public static JobPrimaryCoverBack.CoverBackOption BlankCover
Specifies a blank cover sheet should be printed.
Copyright © 2022 Aspose. All Rights Reserved.