RunProperties コンストラクター

定義

オーバーロード

RunProperties()

RunProperties クラスの新しいインスタンスを初期化します。

RunProperties(OpenXmlElement[])

指定した子要素を持つ RunProperties クラスの新しいインスタンスを初期化します。

RunProperties(IEnumerable<OpenXmlElement>)

指定した子要素を持つ RunProperties クラスの新しいインスタンスを初期化します。

RunProperties(String)

外側の XML から RunProperties クラスの新しいインスタンスを初期化します。

RunProperties()

RunProperties クラスの新しいインスタンスを初期化します。

public RunProperties ();
Public Sub New ()

適用対象

RunProperties(OpenXmlElement[])

指定した子要素を持つ RunProperties クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

RunProperties(IEnumerable<OpenXmlElement>)

指定した子要素を持つ RunProperties クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

RunProperties(String)

外側の XML から RunProperties クラスの新しいインスタンスを初期化します。

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

パラメーター

outerXml
String

要素の外側の XML を指定します。

適用対象