ExtensionList Class

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

Inheritance Hierarchy

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

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

Syntax

声明
<ChildElementInfoAttribute(GetType(Extension))> _
Public Class ExtensionList _
    Inherits OpenXmlCompositeElement
用法
Dim instance As ExtensionList
[ChildElementInfoAttribute(typeof(Extension))]
public class ExtensionList : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • Extension <p:ext>

[ISO/IEC 29500-1 第 1 个版本]

19.2.1.12 extLst (Extension List)

This element specifies the extension list within which all future extensions of element type ext are defined. The extension list along with corresponding future extensions is used to extend the storage capabilities of the PresentationML framework. This allows for various new kinds of data to be stored natively within the framework.

Parent Elements

bgPr (§19.3.1.2); cmAuthor (§19.4.2); control (§19.3.2.1); cSld (§19.3.1.16); custShow (§19.2.1.6); embed (§19.3.2.2); handoutMasterId (§19.2.1.14); link (§19.3.2.3); normalViewPr (§19.2.2.6); notesMasterId (§19.2.1.20); notesTextViewPr (§19.2.2.7); notesViewPr (§19.2.2.8); nvPr (§19.3.1.33); outlineViewPr (§19.2.2.10); photoAlbum (§19.2.1.24); presentation (§19.2.1.26); presentationPr (§19.2.1.27); prnPr (§19.2.1.28); showPr (§19.2.1.30); sldId (§19.2.1.33); sldLayoutId (§19.3.1.40); sldMasterId (§19.2.1.36); sldSyncPr (§19.6.1); slideViewPr (§19.2.2.16); sorterViewPr (§19.2.2.17); txStyles (§19.3.1.52); viewPr (§19.2.2.18)

Child Elements

Subclause

ext (Extension)

§19.2.1.11

[Note: The W3C XML Schema definition of this element's content model (CT_ExtensionList) is located in §A.3. end note]

© ISO/IEC29500: 2008. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,ISO 对此翻译不承担任何责任。

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

ExtensionList Members

DocumentFormat.OpenXml.Presentation Namespace