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