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 中的以下信息可能很有用。

指定 ETU 中盘区矩形的长度。 此矩形应指示 (原始对象) 的任何缩放结果所显示的对象的大小。

请考虑按如下所示指定的 DrawingML 对象:

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

属性 cx 指定此对象的 EU 高度 1828800 (英语公制单位) 。

此属性的可能值由 ST_SlideSizeCoordinate 简单类型定义。

适用于