次の方法で共有


SlideSize.Cy プロパティ

定義

範囲の幅

スキーマ内の次の属性を表します。

[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 単純型によって定義されます。

適用対象