ChannelProperties Constructors

Definition

Overloads

ChannelProperties()

Initializes a new instance of the ChannelProperties class.

ChannelProperties(OpenXmlElement[])

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

ChannelProperties(IEnumerable<OpenXmlElement>)

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

ChannelProperties(String)

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

ChannelProperties()

Initializes a new instance of the ChannelProperties class.

public ChannelProperties ();
Public Sub New ()

Applies to

ChannelProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ChannelProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ChannelProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to