ExtensionListWithModification Class
Defines the ExtensionListWithModification 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.ExtensionListWithModification
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<ChildElementInfoAttribute(GetType(Extension))> _
Public Class ExtensionListWithModification _
Inherits OpenXmlCompositeElement
'Применение
Dim instance As ExtensionListWithModification
[ChildElementInfoAttribute(typeof(Extension))]
public class ExtensionListWithModification : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- Extension <p:ext>
[ISO/IEC 29500-1 редакция 1]
19.3.1.20 extLst (Extension List with Modification Flag)
This element specifies the extension list with modification ability 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.
[Note: Using this extLst element allows the generating application to store whether this extension property has been modified. end note]
Parent Elements |
---|
cm (§19.4.1); cxnSp (§19.3.1.19); graphicFrame (§19.3.1.21); grpSp (§19.3.1.22); handoutMaster (§19.3.1.24); hf (§19.3.1.25); notes (§19.3.1.26); notesMaster (§19.3.1.27); ph (§19.3.1.36); pic (§19.3.1.37); sld (§19.3.1.38); sldLayout (§19.3.1.39); sldMaster (§19.3.1.42); sp (§19.3.1.43); spTree (§19.3.1.45); timing (§19.3.1.48); transition (§19.3.1.50) |
Child Elements |
Subclause |
---|---|
ext (Extension) |
§19.2.1.11 |
Attributes |
Description |
---|---|
mod (Modify) |
This attribute specifies whether the data contained within this element has been modified and should thus be processed again by the generating application. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
[Note: The W3C XML Schema definition of this element's content model (CT_ExtensionListModify) is located in §A.3. end note]
© ISO/IEC29500: 2008. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и 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.