FontScheme 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
FontScheme() |
Initializes a new instance of the FontScheme class. |
FontScheme(OpenXmlElement[]) |
Initializes a new instance of the FontScheme class with the specified child elements. |
FontScheme(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the FontScheme class with the specified child elements. |
FontScheme(String) |
Initializes a new instance of the FontScheme class from outer XML. |
FontScheme()
Initializes a new instance of the FontScheme class.
public FontScheme ();
Public Sub New ()
Applies to
FontScheme(OpenXmlElement[])
Initializes a new instance of the FontScheme class with the specified child elements.
public FontScheme (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.FontScheme : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.FontScheme
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
FontScheme(IEnumerable<OpenXmlElement>)
Initializes a new instance of the FontScheme class with the specified child elements.
public FontScheme (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.FontScheme : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.FontScheme
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
FontScheme(String)
Initializes a new instance of the FontScheme class from outer XML.
public FontScheme (string outerXml);
new DocumentFormat.OpenXml.Drawing.FontScheme : string -> DocumentFormat.OpenXml.Drawing.FontScheme
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.