SectionProperties 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
SectionProperties() |
Initializes a new instance of the SectionProperties class. |
SectionProperties(OpenXmlElement[]) |
Initializes a new instance of the SectionProperties class with the specified child elements. |
SectionProperties(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the SectionProperties class with the specified child elements. |
SectionProperties(String) |
Initializes a new instance of the SectionProperties class from outer XML. |
SectionProperties()
Initializes a new instance of the SectionProperties class.
public SectionProperties ();
Public Sub New ()
Applies to
SectionProperties(OpenXmlElement[])
Initializes a new instance of the SectionProperties class with the specified child elements.
public SectionProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.SectionProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.SectionProperties
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
SectionProperties(IEnumerable<OpenXmlElement>)
Initializes a new instance of the SectionProperties class with the specified child elements.
public SectionProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.SectionProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.SectionProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
SectionProperties(String)
Initializes a new instance of the SectionProperties class from outer XML.
public SectionProperties (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.SectionProperties : string -> DocumentFormat.OpenXml.Wordprocessing.SectionProperties
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.