EmbeddedObjectProperties Constructors

Definition

Overloads

EmbeddedObjectProperties()

Initializes a new instance of the EmbeddedObjectProperties class.

EmbeddedObjectProperties(OpenXmlElement[])

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

EmbeddedObjectProperties(IEnumerable<OpenXmlElement>)

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

EmbeddedObjectProperties(String)

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

EmbeddedObjectProperties()

Initializes a new instance of the EmbeddedObjectProperties class.

public EmbeddedObjectProperties ();
Public Sub New ()

Applies to

EmbeddedObjectProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

EmbeddedObjectProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

EmbeddedObjectProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to