CoverPageProperties Class

Defines the CoverPageProperties Class.When the object is serialized out as xml, its qualified name is cppr:CoverPageProperties.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties

Namespace:  DocumentFormat.OpenXml.Office.CoverPageProps
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(CompanyPhoneNumber))> _
<ChildElementInfoAttribute(GetType(CompanyEmailAddress))> _
<ChildElementInfoAttribute(GetType(PublishDate))> _
<ChildElementInfoAttribute(GetType(CompanyFaxNumber))> _
<ChildElementInfoAttribute(GetType(DocumentAbstract))> _
<ChildElementInfoAttribute(GetType(CompanyAddress))> _
Public Class CoverPageProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As CoverPageProperties
[ChildElementInfoAttribute(typeof(CompanyPhoneNumber))]
[ChildElementInfoAttribute(typeof(CompanyEmailAddress))]
[ChildElementInfoAttribute(typeof(PublishDate))]
[ChildElementInfoAttribute(typeof(CompanyFaxNumber))]
[ChildElementInfoAttribute(typeof(DocumentAbstract))]
[ChildElementInfoAttribute(typeof(CompanyAddress))]
public class CoverPageProperties : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • PublishDate <cppr:PublishDate>

  • DocumentAbstract <cppr:Abstract>

  • CompanyAddress <cppr:CompanyAddress>

  • CompanyPhoneNumber <cppr:CompanyPhone>

  • CompanyFaxNumber <cppr:CompanyFax>

  • CompanyEmailAddress <cppr:CompanyEmail>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CoverPageProperties Members

DocumentFormat.OpenXml.Office.CoverPageProps Namespace