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