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