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