Freigeben über


OfficeArtExtensionList-Klasse

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.

Vererbungshierarchie

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

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(Extension))> _
Public Class OfficeArtExtensionList _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As OfficeArtExtensionList
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(Extension))]
public class OfficeArtExtensionList : OpenXmlCompositeElement

Hinweise

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).

Threadsicherheit

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

Siehe auch

Referenz

OfficeArtExtensionList-Member

DocumentFormat.OpenXml.Office2010.Drawing.Pictures-Namespace