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