共用方式為


MinorFont Constructors

Definition

Overloads

MinorFont()

Initializes a new instance of the MinorFont class.

MinorFont(OpenXmlElement[])

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

MinorFont(IEnumerable<OpenXmlElement>)

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

MinorFont(String)

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

MinorFont()

Initializes a new instance of the MinorFont class.

public MinorFont ();
Public Sub New ()

Applies to

MinorFont(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MinorFont(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MinorFont(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to