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