FillTextEffect Constructors

Definition

Overloads

FillTextEffect()

Initializes a new instance of the FillTextEffect class.

FillTextEffect(OpenXmlElement[])

Initializes a new instance of the FillTextEffect class with the specified child elements.

FillTextEffect(IEnumerable<OpenXmlElement>)

Initializes a new instance of the FillTextEffect class with the specified child elements.

FillTextEffect(String)

Initializes a new instance of the FillTextEffect class from outer XML.

FillTextEffect()

Initializes a new instance of the FillTextEffect class.

public FillTextEffect ();
Public Sub New ()

Applies to

FillTextEffect(OpenXmlElement[])

Initializes a new instance of the FillTextEffect class with the specified child elements.

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FillTextEffect(IEnumerable<OpenXmlElement>)

Initializes a new instance of the FillTextEffect class with the specified child elements.

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FillTextEffect(String)

Initializes a new instance of the FillTextEffect class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to