次の方法で共有


PresentationExtension Class

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

Inheritance Hierarchy

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

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

Syntax

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

Remarks

The following table lists the possible child types:

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

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

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

PresentationExtension Members

DocumentFormat.OpenXml.Presentation Namespace