SolidColorFillProperties Constructors

Definition

Overloads

SolidColorFillProperties()

Initializes a new instance of the SolidColorFillProperties class.

SolidColorFillProperties(OpenXmlElement[])

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

SolidColorFillProperties(IEnumerable<OpenXmlElement>)

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

SolidColorFillProperties(String)

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

SolidColorFillProperties()

Initializes a new instance of the SolidColorFillProperties class.

public SolidColorFillProperties ();
Public Sub New ()

Applies to

SolidColorFillProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SolidColorFillProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SolidColorFillProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to