SlideSize.Cy 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
盘区宽度
表示架构中的以下属性: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 国际标准 ECMA-376 中的以下信息可能很有用。
指定 ETU 中盘区矩形的宽度。 此矩形应指示 (原始对象) 的任何缩放结果所显示的对象的大小。
请考虑按如下所示指定的 DrawingML 对象:
< … cx="1828800" cy="200000"/>
属性 cy
指定此对象的宽度 200000
为 EEMU (英语公制单位) 。
此属性的可能值由 ST_SlideSizeCoordinate
简单类型定义。