共用方式為


Background Constructors

Definition

Overloads

Background()

Initializes a new instance of the Background class.

Background(OpenXmlElement[])

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

Background(IEnumerable<OpenXmlElement>)

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

Background(String)

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

Background()

Initializes a new instance of the Background class.

public Background ();
Public Sub New ()

Applies to

Background(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Background(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Background(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to