共用方式為


FillReference Constructors

Definition

Overloads

FillReference()

Initializes a new instance of the FillReference class.

FillReference(OpenXmlElement[])

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

FillReference(IEnumerable<OpenXmlElement>)

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

FillReference(String)

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

FillReference()

Initializes a new instance of the FillReference class.

public FillReference ();
Public Sub New ()

Applies to

FillReference(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FillReference(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FillReference(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to