Freigeben über


PresentationExtension-Klasse

Defines the PresentationExtension Class.When the object is serialized out as xml, its qualified name is p:ext.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.PresentationExtension

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(SectionProperties), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(SectionList), FileFormatVersions.Office2010)> _
Public Class PresentationExtension _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As PresentationExtension
[ChildElementInfoAttribute(typeof(SectionProperties), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(SectionList), FileFormatVersions.Office2010)]
public class PresentationExtension : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties <p14:sectionPr>

  • DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList <p14:sectionLst>

Threadsicherheit

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

Siehe auch

Referenz

PresentationExtension-Member

DocumentFormat.OpenXml.Presentation-Namespace