Aracılığıyla paylaş


DocDefaults Constructors

Definition

Overloads

DocDefaults()

Initializes a new instance of the DocDefaults class.

DocDefaults(OpenXmlElement[])

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

DocDefaults(IEnumerable<OpenXmlElement>)

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

DocDefaults(String)

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

DocDefaults()

Initializes a new instance of the DocDefaults class.

public DocDefaults ();
Public Sub New ()

Applies to

DocDefaults(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DocDefaults(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DocDefaults(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to