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