ContentTypeSchema Constructors

Definition

Overloads

ContentTypeSchema()

Initializes a new instance of the ContentTypeSchema class.

ContentTypeSchema(OpenXmlElement[])

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

ContentTypeSchema(IEnumerable<OpenXmlElement>)

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

ContentTypeSchema(String)

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

ContentTypeSchema()

Initializes a new instance of the ContentTypeSchema class.

public ContentTypeSchema ();
Public Sub New ()

Applies to

ContentTypeSchema(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ContentTypeSchema(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ContentTypeSchema(String)

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

public ContentTypeSchema (string outerXml);
new DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema : string -> DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to