Class DocumentCoverBack.CoverBackOption
DocumentCoverBack.CoverBackOption class
Describes the DocumentCoverBack
feature options.
public sealed class CoverBackOption : Option
Properties
Name | Description |
---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|
Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
Fields
Name | Description |
---|
static BlankCover | Specifies a blank cover sheet should be printed. |
static NoCover | Specifies no cover will be output. |
static 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. |
static 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. |
static 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. |
See Also