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 International Standard ECMA-376 からの次の情報は、このクラスを操作するときに役立ちます。
EMU 内のエクステント四角形の幅を指定します。 この四角形は、表示されるオブジェクトのサイズ (元のオブジェクトへのスケーリングの結果) を指定する必要があります。
次のように指定された DrawingML オブジェクトを考えてみましょう。
< … cx="1828800" cy="200000"/>
cy
属性は、このオブジェクトの幅が EMU (英語メトリック単位) 200000
することを指定します。
この属性に使用できる値は、 ST_SlideSizeCoordinate
単純型によって定義されます。