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