OddHeader Constructors

Definition

Overloads

OddHeader()

Initializes a new instance of the OddHeader class.

OddHeader(String)

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

OddHeader()

Initializes a new instance of the OddHeader class.

public OddHeader ();
Public Sub New ()

Applies to

OddHeader(String)

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

public OddHeader (string text);
new DocumentFormat.OpenXml.Drawing.Charts.OddHeader : string -> DocumentFormat.OpenXml.Drawing.Charts.OddHeader
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to