Share via


WebProperties Constructors

Definition

Overloads

WebProperties()

Initializes a new instance of the WebProperties class.

WebProperties(OpenXmlElement[])

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

WebProperties(IEnumerable<OpenXmlElement>)

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

WebProperties(String)

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

WebProperties()

Initializes a new instance of the WebProperties class.

public WebProperties ();
Public Sub New ()

Applies to

WebProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

WebProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

WebProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to