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