共用方式為


CustomPropertyEditors Constructors

Definition

Overloads

CustomPropertyEditors()

Initializes a new instance of the CustomPropertyEditors class.

CustomPropertyEditors(OpenXmlElement[])

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

CustomPropertyEditors(IEnumerable<OpenXmlElement>)

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

CustomPropertyEditors(String)

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

CustomPropertyEditors()

Initializes a new instance of the CustomPropertyEditors class.

public CustomPropertyEditors ();
Public Sub New ()

Applies to

CustomPropertyEditors(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CustomPropertyEditors(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CustomPropertyEditors(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to