API Reference
Class
WordCoverPage
Represents a cover page within a Word document.
Inheritance
- WordElement
- WordCoverPage
Remarks
Each template follows the pattern WordCoverPage.[TemplateName].cs.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method WordDocument.AddCoverPage
- Property WordDocument.CoverPage
Constructors
public WordCoverPage(WordDocument wordDocument, WordCoverPageTemplate coverPageTemplate) #Initializes a new instance using one of the predefined templates.
Parameters
- wordDocument OfficeIMO.Word.WordDocument
- Parent document.
- coverPageTemplate OfficeIMO.Word.WordCoverPageTemplate
- Template to insert.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object