BuildGraphics Constructors 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.BuildGraphicsPublic 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.BuildGraphicsPublic 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.BuildGraphicsPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.