SharedComFont Constructors

Definition

Overloads

SharedComFont()

Initializes a new instance of the SharedComFont class.

SharedComFont(OpenXmlElement[])

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

SharedComFont(IEnumerable<OpenXmlElement>)

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

SharedComFont(String)

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

SharedComFont()

Initializes a new instance of the SharedComFont class.

public SharedComFont ();
Public Sub New ()

Applies to

SharedComFont(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SharedComFont(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SharedComFont(String)

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

public SharedComFont (string outerXml);
new DocumentFormat.OpenXml.Office.ActiveX.SharedComFont : string -> DocumentFormat.OpenXml.Office.ActiveX.SharedComFont
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to