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