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