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