EmbeddedFontList Constructors

Definition

Overloads

EmbeddedFontList()

Initializes a new instance of the EmbeddedFontList class.

EmbeddedFontList(OpenXmlElement[])

Initializes a new instance of the EmbeddedFontList class with the specified child elements.

EmbeddedFontList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the EmbeddedFontList class with the specified child elements.

EmbeddedFontList(String)

Initializes a new instance of the EmbeddedFontList class from outer XML.

EmbeddedFontList()

Initializes a new instance of the EmbeddedFontList class.

public EmbeddedFontList ();
Public Sub New ()

Applies to

EmbeddedFontList(OpenXmlElement[])

Initializes a new instance of the EmbeddedFontList class with the specified child elements.

public EmbeddedFontList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.EmbeddedFontList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.EmbeddedFontList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

EmbeddedFontList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the EmbeddedFontList class with the specified child elements.

public EmbeddedFontList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.EmbeddedFontList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.EmbeddedFontList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

EmbeddedFontList(String)

Initializes a new instance of the EmbeddedFontList class from outer XML.

public EmbeddedFontList (string outerXml);
new DocumentFormat.OpenXml.Presentation.EmbeddedFontList : string -> DocumentFormat.OpenXml.Presentation.EmbeddedFontList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to