共用方式為


CustomPropertyEditor Constructors

Definition

Overloads

CustomPropertyEditor()

Initializes a new instance of the CustomPropertyEditor class.

CustomPropertyEditor(OpenXmlElement[])

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

CustomPropertyEditor(IEnumerable<OpenXmlElement>)

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

CustomPropertyEditor(String)

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

CustomPropertyEditor()

Initializes a new instance of the CustomPropertyEditor class.

public CustomPropertyEditor ();
Public Sub New ()

Applies to

CustomPropertyEditor(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CustomPropertyEditor(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CustomPropertyEditor(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to