Aracılığıyla paylaş


EvenHeaderXsdstring Constructors

Definition

Overloads

EvenHeaderXsdstring()

Initializes a new instance of the EvenHeaderXsdstring class.

EvenHeaderXsdstring(String)

Initializes a new instance of the EvenHeaderXsdstring class with the specified text content.

EvenHeaderXsdstring()

Initializes a new instance of the EvenHeaderXsdstring class.

public EvenHeaderXsdstring ();
Public Sub New ()

Applies to

EvenHeaderXsdstring(String)

Initializes a new instance of the EvenHeaderXsdstring class with the specified text content.

public EvenHeaderXsdstring (string text);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to