Freigeben über


CoverPageProperties-Klasse

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

Vererbungshierarchie

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

Hinweise

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>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

CoverPageProperties-Member

DocumentFormat.OpenXml.Office.CoverPageProps-Namespace