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