SlideSize.Cy プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
範囲の幅
スキーマ内の次の属性を表します。
[DocumentFormat.OpenXml.SchemaAttr(0, "cy")]
public DocumentFormat.OpenXml.Int32Value Cy { get; set; }
public DocumentFormat.OpenXml.Int32Value Cy { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "cy")]
public DocumentFormat.OpenXml.Int32Value? Cy { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("cy")]
public DocumentFormat.OpenXml.Int32Value? Cy { get; set; }
public DocumentFormat.OpenXml.Int32Value? Cy { get; set; }
member this.Cy : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "cy")>]
member this.Cy : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("cy")>]
member this.Cy : DocumentFormat.OpenXml.Int32Value with get, set
Public Property Cy As Int32Value
プロパティ値
Int32Value を返します。
- 属性
注釈
ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。
EMU 内のエクステント四角形の幅を指定します。 この四角形は、表示されるオブジェクトのサイズ (元のオブジェクトへのスケーリングの結果) を指定する必要があります。
次のように指定された DrawingML オブジェクトを考えてみましょう。
< … cx="1828800" cy="200000"/>
属性は cy
、このオブジェクトの幅が EMU (英語メトリック 200000
単位) であることを指定します。
この属性に使用できる値は、単純型によって ST_SlideSizeCoordinate
定義されます。