BooleanItem Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
BooleanItem() | Initializes a new instance of the BooleanItem class. | |
BooleanItem(String) | Initializes a new instance of the BooleanItem class from outer XML. | |
BooleanItem(array<OpenXmlElement[]) | Initializes a new instance of the BooleanItem class with the specified child elements. | |
BooleanItem(IEnumerable<OpenXmlElement>) | Initializes a new instance of the BooleanItem class with the specified child elements. |
Top