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