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