BooleanValue クラス

定義

属性のブール値を表します。

public class BooleanValue : DocumentFormat.OpenXml.OpenXmlSimpleValue<bool>
type BooleanValue = class
    inherit OpenXmlSimpleValue<bool>
Public Class BooleanValue
Inherits OpenXmlSimpleValue(Of Boolean)
継承

コンストラクター

BooleanValue()

BooleanValue クラスの新しいインスタンスを初期化します。

BooleanValue(Boolean)

指定されたブール値を使用して、BooleanValue クラスの新しいインスタンスを初期化します。

BooleanValue(BooleanValue)

指定された BooleanValue クラスを深くコピーして、BooleanValue クラスの新しいインスタンスを初期化します。

プロパティ

HasValue

下のテキスト値が有効な値であるかどうかを示す値を取得します。

(継承元 OpenXmlSimpleValue<T>)
InnerText

内部 XML テキストを取得または設定します。

TextValue

このプロパティを使用しない。 OpenXmlSimpleType.cs 内部使用の場合のみ。 内部生テキスト値。

(継承元 OpenXmlSimpleType)
Value

単純な値の値を取得または設定します。

(継承元 OpenXmlSimpleValue<T>)

メソッド

Clone()

現在の値の重複を作成します。

(継承元 OpenXmlSimpleType)
FromBoolean(Boolean)

指定されたブール値を使用して作成された新しい BooleanValue オブジェクトを返します。

ToBoolean(BooleanValue)

BooleanValue オブジェクトのブール型 (Boolean) の表現を返します。

ToString()

現在の値を表す文字列型 (String) の値を返します。

(継承元 OpenXmlSimpleType)

演算子

Implicit(Boolean to BooleanValue)

指定されたブール値を暗黙的に変換して、BooleanValue クラスの新しいインスタンスを初期化します。

Implicit(BooleanValue to Boolean)

指定した値をブール値に暗黙的に変換します。

適用対象