次の方法で共有


SlideSize.Cx プロパティ

定義

エクステントの長さ

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

[DocumentFormat.OpenXml.SchemaAttr(0, "cx")]
public DocumentFormat.OpenXml.Int32Value Cx { get; set; }
public DocumentFormat.OpenXml.Int32Value Cx { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "cx")]
public DocumentFormat.OpenXml.Int32Value? Cx { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("cx")]
public DocumentFormat.OpenXml.Int32Value? Cx { get; set; }
public DocumentFormat.OpenXml.Int32Value? Cx { get; set; }
member this.Cx : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "cx")>]
member this.Cx : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("cx")>]
member this.Cx : DocumentFormat.OpenXml.Int32Value with get, set
Public Property Cx As Int32Value

プロパティ値

Int32Value を返します。

属性

注釈

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

EMU 内のエクステント四角形の長さを指定します。 この四角形は、表示されるオブジェクトのサイズ (元のオブジェクトへのスケーリングの結果) を指定する必要があります。

次のように指定された DrawingML オブジェクトを考えてみましょう。

<… cx="1828800" cy="200000"/>  

属性は cx 、このオブジェクトの高さが EMU (英語メトリック 1828800 単位) であることを指定します。

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

適用対象