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.
|
getNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static final JobPrimaryCoverFront.CoverFrontOption NoCover
Specifies no cover will be output.
public static final 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 final 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 final 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 final JobPrimaryCoverFront.CoverFrontOption BlankCover
Specifies a blank cover sheet should be printed.
Copyright © 2025 Aspose. All Rights Reserved.