Share via


OtherStyle Constructors

Definition

Overloads

OtherStyle()

Initializes a new instance of the OtherStyle class.

OtherStyle(OpenXmlElement[])

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

OtherStyle(IEnumerable<OpenXmlElement>)

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

OtherStyle(String)

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

OtherStyle()

Initializes a new instance of the OtherStyle class.

public OtherStyle ();
Public Sub New ()

Applies to

OtherStyle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

OtherStyle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

OtherStyle(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to