BooleanValue Constructors

Definition

Overloads

BooleanValue()

Initializes a new instance of the BooleanValue class.

BooleanValue(BooleanValue)

Initializes a new instance of the BooleanValue class by deep copying the supplied BooleanValue class.

BooleanValue(Boolean)

Initializes a new instance of the BooleanValue class using the supplied Boolean value.

BooleanValue()

Initializes a new instance of the BooleanValue class.

public BooleanValue ();
Public Sub New ()

Applies to

BooleanValue(BooleanValue)

Initializes a new instance of the BooleanValue class by deep copying the supplied BooleanValue class.

public BooleanValue (DocumentFormat.OpenXml.BooleanValue source);
new DocumentFormat.OpenXml.BooleanValue : DocumentFormat.OpenXml.BooleanValue -> DocumentFormat.OpenXml.BooleanValue
Public Sub New (source As BooleanValue)

Parameters

source
BooleanValue

The source BooleanValue class.

Applies to

BooleanValue(Boolean)

Initializes a new instance of the BooleanValue class using the supplied Boolean value.

public BooleanValue (bool value);
new DocumentFormat.OpenXml.BooleanValue : bool -> DocumentFormat.OpenXml.BooleanValue
Public Sub New (value As Boolean)

Parameters

value
Boolean

The Boolean value.

Applies to