Share via


GraphicFrameLocks Constructors

Definition

Overloads

GraphicFrameLocks()

Initializes a new instance of the GraphicFrameLocks class.

GraphicFrameLocks(OpenXmlElement[])

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

GraphicFrameLocks(IEnumerable<OpenXmlElement>)

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

GraphicFrameLocks(String)

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

GraphicFrameLocks()

Initializes a new instance of the GraphicFrameLocks class.

public GraphicFrameLocks ();
Public Sub New ()

Applies to

GraphicFrameLocks(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GraphicFrameLocks(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GraphicFrameLocks(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to