Aracılığıyla paylaş


OddFooterXsdstring Constructors

Definition

Overloads

OddFooterXsdstring()

Initializes a new instance of the OddFooterXsdstring class.

OddFooterXsdstring(String)

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

OddFooterXsdstring()

Initializes a new instance of the OddFooterXsdstring class.

public OddFooterXsdstring ();
Public Sub New ()

Applies to

OddFooterXsdstring(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to