GraphicFrame Constructors

Definition

Overloads

GraphicFrame()

Initializes a new instance of the GraphicFrame class.

GraphicFrame(OpenXmlElement[])

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

GraphicFrame(IEnumerable<OpenXmlElement>)

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

GraphicFrame(String)

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

GraphicFrame()

Initializes a new instance of the GraphicFrame class.

public GraphicFrame ();
Public Sub New ()

Applies to

GraphicFrame(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GraphicFrame(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GraphicFrame(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to