Divs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Divs() |
Initializes a new instance of the Divs class. |
Divs(OpenXmlElement[]) |
Initializes a new instance of the Divs class with the specified child elements. |
Divs(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Divs class with the specified child elements. |
Divs(String) |
Initializes a new instance of the Divs class from outer XML. |
Divs()
Initializes a new instance of the Divs class.
public Divs ();
Public Sub New ()
Applies to
Divs(OpenXmlElement[])
Initializes a new instance of the Divs class with the specified child elements.
public Divs (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.Divs : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.Divs
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Divs(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Divs class with the specified child elements.
public Divs (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.Divs : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.Divs
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Divs(String)
Initializes a new instance of the Divs class from outer XML.
public Divs (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.Divs : string -> DocumentFormat.OpenXml.Wordprocessing.Divs
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.