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