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