ShapePropertiesExtensionList 构造函数

定义

重载

ShapePropertiesExtensionList()

初始化 ShapePropertiesExtensionList 类的新实例。

ShapePropertiesExtensionList(OpenXmlElement[])

使用指定的子元素初始化 ShapePropertiesExtensionList 类的新实例。

ShapePropertiesExtensionList(IEnumerable<OpenXmlElement>)

使用指定的子元素初始化 ShapePropertiesExtensionList 类的新实例。

ShapePropertiesExtensionList(String)

从外部 XML 初始化 ShapePropertiesExtensionList 类的新实例。

ShapePropertiesExtensionList()

初始化 ShapePropertiesExtensionList 类的新实例。

public ShapePropertiesExtensionList ();
Public Sub New ()

适用于

ShapePropertiesExtensionList(OpenXmlElement[])

使用指定的子元素初始化 ShapePropertiesExtensionList 类的新实例。

public ShapePropertiesExtensionList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList
Public Sub New (ParamArray childElements As OpenXmlElement())

参数

childElements
OpenXmlElement[]

指定子元素。

适用于

ShapePropertiesExtensionList(IEnumerable<OpenXmlElement>)

使用指定的子元素初始化 ShapePropertiesExtensionList 类的新实例。

public ShapePropertiesExtensionList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

参数

childElements
IEnumerable<OpenXmlElement>

指定子元素。

适用于

ShapePropertiesExtensionList(String)

从外部 XML 初始化 ShapePropertiesExtensionList 类的新实例。

public ShapePropertiesExtensionList (string outerXml);
new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList : string -> DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList
Public Sub New (outerXml As String)

参数

outerXml
String

指定 元素的外部 XML。

适用于