OfficeArtExtensionList Class
Defines the OfficeArtExtensionList Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is pic14:extLst.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList
Namespace: DocumentFormat.OpenXml.Office2010.Drawing.Pictures
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(Extension))> _
Public Class OfficeArtExtensionList _
Inherits OpenXmlCompositeElement
用法
Dim instance As OfficeArtExtensionList
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(Extension))]
public class OfficeArtExtensionList : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- DocumentFormat.OpenXml.Drawing.Extension <a:ext>
2.3.14 extLst
Target namespace: https://schemas.microsoft.com/office/2008/08/11/picture14
A CT_OfficeArtExtensionList [ISO/IEC-29500-1] section A.4.1 element.
Extension attribute on type: [ISO/IEC-29500-1] §20.2.2.5 pic (Picture)
To maintain compatibility with ISO/IEC-29500 implementations, this attribute's namespace prefix MUST be specified in a Ignorable attribute (see [ISO/IEC-29500-3] §10.1.1 Ignorable Attribute)
This element specifies a list of extensions for a picture.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList"/>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
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
OfficeArtExtensionList Members
DocumentFormat.OpenXml.Office2010.Drawing.Pictures Namespace