Aracılığıyla paylaş


InvertSolidFillFormat Constructors

Definition

Overloads

InvertSolidFillFormat()

Initializes a new instance of the InvertSolidFillFormat class.

InvertSolidFillFormat(OpenXmlElement[])

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

InvertSolidFillFormat(IEnumerable<OpenXmlElement>)

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

InvertSolidFillFormat(String)

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

InvertSolidFillFormat()

Initializes a new instance of the InvertSolidFillFormat class.

public InvertSolidFillFormat ();
Public Sub New ()

Applies to

InvertSolidFillFormat(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

InvertSolidFillFormat(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

InvertSolidFillFormat(String)

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

public InvertSolidFillFormat (string outerXml);
new DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat : string -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to