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