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