ByteValue クラス

定義

属性のバイト値を表します。

public class ByteValue : DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<byte>
public class ByteValue : DocumentFormat.OpenXml.OpenXmlSimpleValue<byte>
type ByteValue = class
    inherit OpenXmlComparableSimpleValue<byte>
type ByteValue = class
    inherit OpenXmlSimpleValue<byte>
Public Class ByteValue
Inherits OpenXmlComparableSimpleValue(Of Byte)
Public Class ByteValue
Inherits OpenXmlSimpleValue(Of Byte)
継承
継承

コンストラクター

ByteValue()

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

ByteValue(Byte)

指定したByte値を使用して、 ByteValue クラスの新しいインスタンスを初期化します。

ByteValue(ByteValue)

指定したByteValueクラスをディープ コピーして、 クラスのByteValue新しいインスタンスを初期化します。

プロパティ

HasValue

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

(継承元 OpenXmlSimpleValue<T>)
InnerText

属性のバイト値を表します。

InnerText

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

(継承元 OpenXmlSimpleValue<T>)
TextValue
古い.

内部生テキスト値を取得または設定します。 このプロパティは使用しないでください。 OpenXmlSimpleType.cs内部使用の場合のみ。

(継承元 OpenXmlSimpleType)
Value

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

(継承元 OpenXmlSimpleValue<T>)

メソッド

Clone()

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

(継承元 OpenXmlSimpleType)
CompareTo(Object)

属性のバイト値を表します。

(継承元 OpenXmlComparableSimpleValue<T>)
CompareTo(OpenXmlComparableSimpleValue<T>)

属性のバイト値を表します。

(継承元 OpenXmlComparableSimpleValue<T>)
CompareTo(T)

属性のバイト値を表します。

(継承元 OpenXmlComparableSimpleValue<T>)
Equals(Object)

属性のバイト値を表します。

(継承元 OpenXmlComparableSimpleValue<T>)
Equals(Object)

属性のバイト値を表します。

(継承元 OpenXmlSimpleValue<T>)
Equals(OpenXmlComparableSimpleValue<T>)

属性のバイト値を表します。

(継承元 OpenXmlComparableSimpleValue<T>)
Equals(T)

属性のバイト値を表します。

(継承元 OpenXmlComparableSimpleValue<T>)
FromByte(Byte)

値から作成された新しい ByteValue オブジェクトを Byte 返します。

GetHashCode()

属性のバイト値を表します。

(継承元 OpenXmlComparableSimpleValue<T>)
GetHashCode()

属性のバイト値を表します。

(継承元 OpenXmlSimpleValue<T>)
ToByte(ByteValue)

オブジェクトの Byte 値表現を ByteValue 返します。

ToString()

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

(継承元 OpenXmlSimpleType)

演算子

Implicit(Byte to ByteValue)

指定したByte値をByteValue暗黙的に変換して、 クラスの新しいインスタンスを初期化します。

Implicit(ByteValue to Byte)

指定した値を値に暗黙的に Byte 変換します。

適用対象