次の方法で共有


TwipsMeasureType.Val プロパティ

定義

ポイントの 20 分の 1 での測定

スキーマ内の次の属性を表します: w:val

[DocumentFormat.OpenXml.SchemaAttr(23, "val")]
public DocumentFormat.OpenXml.StringValue Val { get; set; }
public DocumentFormat.OpenXml.StringValue Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "val")]
public DocumentFormat.OpenXml.StringValue? Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:val")]
public DocumentFormat.OpenXml.StringValue? Val { get; set; }
public DocumentFormat.OpenXml.StringValue? Val { get; set; }
member this.Val : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "val")>]
member this.Val : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:val")>]
member this.Val : DocumentFormat.OpenXml.StringValue with get, set
Public Property Val As StringValue

プロパティ値

UInt64Value を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

ポイントの 20 番目に指定された正の測定値を指定します。 この値は、親 XML 要素のコンテキストに基づいて解釈されます。

ポイントの 20 分の 2 で正の測定値を含む属性を持つ val 次の WordprocessingML 要素を考えてみましょう。

<w:… w:val="720" />  

属性の値720val です。この測定値がポイントの 720 twentieths (0.5") であることを指定します。 この値は、必要に応じて親要素によって解釈されます。

この属性に使用できる値は、単純型によって ST_TwipsMeasure 定義されます。

適用対象