Share via


GraphicFrameType Constructors

Definition

Overloads

GraphicFrameType()

Initializes a new instance of the GraphicFrameType class.

GraphicFrameType(OpenXmlElement[])

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

GraphicFrameType(IEnumerable<OpenXmlElement>)

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

GraphicFrameType(String)

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

GraphicFrameType()

Initializes a new instance of the GraphicFrameType class.

public GraphicFrameType ();
Public Sub New ()

Applies to

GraphicFrameType(OpenXmlElement[])

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

public GraphicFrameType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GraphicFrameType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GraphicFrameType(String)

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

public GraphicFrameType (string outerXml);
new DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType : string -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to