BuildGraphics Constructors

Definition

Overloads

BuildGraphics()

Initializes a new instance of the BuildGraphics class.

BuildGraphics(OpenXmlElement[])

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

BuildGraphics(IEnumerable<OpenXmlElement>)

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

BuildGraphics(String)

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

BuildGraphics()

Initializes a new instance of the BuildGraphics class.

public BuildGraphics ();
Public Sub New ()

Applies to

BuildGraphics(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BuildGraphics(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BuildGraphics(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to