BaseJustification.Val プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
値
スキーマ内の次の属性を表します: m:val
[DocumentFormat.OpenXml.SchemaAttr(21, "val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.VerticalAlignmentValues> Val { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.VerticalAlignmentValues> Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(21, "val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.VerticalAlignmentValues>? Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("m:val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.VerticalAlignmentValues>? Val { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.VerticalAlignmentValues>? Val { get; set; }
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.VerticalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(21, "val")>]
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.VerticalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("m:val")>]
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.VerticalAlignmentValues> with get, set
Public Property Val As EnumValue(Of VerticalAlignmentValues)
プロパティ値
EnumValue<T> を返します。
- 属性
注釈
ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。
周囲のテキストに対する垂直方向の位置合わせ親要素を指定します。 可能な値は、top
、bot
、center
です。 マトリックス オブジェクトm
の例を次に示しますbaseJc
。
このマトリックスには center``baseJc
: 5359b397-cee3-4c71-a9a8-390270b9d23d
このマトリックスには top``baseJc
: 66857fa3-2b06-46f3-b7d7-abdc9c050ad8
このマトリックスには bot``baseJc
: 9702e906-4d0d-4fca-91e7-366f6d598dd0
この属性に使用できる値は、単純型によって ST_YAlign
定義されます。