KeymapsType 构造函数

定义

重载

KeymapsType()

初始化 KeymapsType 类的新实例。

KeymapsType(OpenXmlElement[])

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

KeymapsType(IEnumerable<OpenXmlElement>)

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

KeymapsType(String)

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

KeymapsType()

初始化 KeymapsType 类的新实例。

protected KeymapsType ();
Protected Sub New ()

适用于

KeymapsType(OpenXmlElement[])

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

protected KeymapsType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.Word.KeymapsType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.Word.KeymapsType
Protected Sub New (ParamArray childElements As OpenXmlElement())

参数

childElements
OpenXmlElement[]

指定子元素。

适用于

KeymapsType(IEnumerable<OpenXmlElement>)

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

protected KeymapsType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.Word.KeymapsType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.Word.KeymapsType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

参数

childElements
IEnumerable<OpenXmlElement>

指定子元素。

适用于

KeymapsType(String)

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

protected KeymapsType (string outerXml);
new DocumentFormat.OpenXml.Office.Word.KeymapsType : string -> DocumentFormat.OpenXml.Office.Word.KeymapsType
Protected Sub New (outerXml As String)

参数

outerXml
String

指定 元素的外部 XML。

适用于