public static final class DocumentCoverFront.CoverFrontOption extends Option
Describes the DocumentCoverFront
feature options.
Modifier and Type | Field and Description |
---|---|
static DocumentCoverFront.CoverFrontOption |
BlankCover
Specifies a blank cover sheet should be printed.
|
static DocumentCoverFront.CoverFrontOption |
NoCover
Specifies no cover will be output.
|
static DocumentCoverFront.CoverFrontOption |
PrintBack
Specifies the cover indicated by "CoverFrontSource" should be printed on the back side
of the cover sheet.
|
static DocumentCoverFront.CoverFrontOption |
PrintBoth
Specifies the cover indicated by "CoverFrontSource" may be printed on either side
of the cover sheet.
|
static DocumentCoverFront.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 DocumentCoverFront.CoverFrontOption NoCover
Specifies no cover will be output.
public static DocumentCoverFront.CoverFrontOption PrintBack
Specifies the cover indicated by "CoverFrontSource" should be printed on the back side
of the cover sheet. If a DocumentCoverFrontSource
ParameterInit
element is not specified, this Option should be ignored.
public static DocumentCoverFront.CoverFrontOption PrintBoth
Specifies the cover indicated by "CoverFrontSource" may be printed on either side
of the cover sheet. If a DocumentCoverFrontSource
ParameterInit
element is not specified, this Option should be ignored.
public static DocumentCoverFront.CoverFrontOption PrintFront
Specifies the cover indicated by "CoverFrontSource" should be printed on the front side
of the cover sheet. If a DocumentCoverFrontSource
ParameterInit
element is not specified, this Option should be ignored.
public static DocumentCoverFront.CoverFrontOption BlankCover
Specifies a blank cover sheet should be printed.
Copyright © 2022 Aspose. All Rights Reserved.