次の方法で共有


FillTextEffect コンストラクター

定義

オーバーロード

FillTextEffect()

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

FillTextEffect(OpenXmlElement[])

指定した子要素を使用して FillTextEffect クラスの新しいインスタンスを初期化します。

FillTextEffect(IEnumerable<OpenXmlElement>)

指定した子要素を使用して FillTextEffect クラスの新しいインスタンスを初期化します。

FillTextEffect(String)

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

FillTextEffect()

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

public FillTextEffect ();
Public Sub New ()

適用対象

FillTextEffect(OpenXmlElement[])

指定した子要素を使用して FillTextEffect クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

FillTextEffect(IEnumerable<OpenXmlElement>)

指定した子要素を使用して FillTextEffect クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

FillTextEffect(String)

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

public FillTextEffect (string outerXml);
new DocumentFormat.OpenXml.Office2010.Word.FillTextEffect : string -> DocumentFormat.OpenXml.Office2010.Word.FillTextEffect
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象