EmbeddedFont Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EmbeddedFont() |
Initializes a new instance of the EmbeddedFont class. |
EmbeddedFont(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. |
EmbeddedFont(String) |
Initializes a new instance of the EmbeddedFont class from outer XML. |
EmbeddedFont()
Initializes a new instance of the EmbeddedFont class.
public EmbeddedFont ();
Public Sub New ()
Applies to
EmbeddedFont(OpenXmlElement[])
Initializes a new instance of the EmbeddedFont class with the specified child elements.
public EmbeddedFont (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.EmbeddedFont : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.EmbeddedFont
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
EmbeddedFont(IEnumerable<OpenXmlElement>)
Initializes a new instance of the EmbeddedFont class with the specified child elements.
public EmbeddedFont (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.EmbeddedFont : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.EmbeddedFont
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
EmbeddedFont(String)
Initializes a new instance of the EmbeddedFont class from outer XML.
public EmbeddedFont (string outerXml);
new DocumentFormat.OpenXml.Presentation.EmbeddedFont : string -> DocumentFormat.OpenXml.Presentation.EmbeddedFont
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.