EmbeddedObject.DyaOriginal 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
dyaOrig
表示架构中的以下属性:w:dyaOrig
[DocumentFormat.OpenXml.SchemaAttr(23, "dyaOrig")]
public DocumentFormat.OpenXml.StringValue DyaOriginal { get; set; }
public DocumentFormat.OpenXml.StringValue DyaOriginal { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "dyaOrig")]
public DocumentFormat.OpenXml.StringValue? DyaOriginal { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:dyaOrig")]
public DocumentFormat.OpenXml.StringValue? DyaOriginal { get; set; }
public DocumentFormat.OpenXml.StringValue? DyaOriginal { get; set; }
member this.DyaOriginal : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "dyaOrig")>]
member this.DyaOriginal : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:dyaOrig")>]
member this.DyaOriginal : DocumentFormat.OpenXml.StringValue with get, set
Public Property DyaOriginal As StringValue
属性值
返回 UInt64Value。
- 属性
注解
使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。
指定文档中当前控件的图像表示形式的原始 (自然) 高度。 某些矢量图像格式在其格式中不存储本机大小,并且此属性应仅用于存储此信息,以便可以根据需要适当还原图像。
如果排除此元素,则应使用以其格式存储的图像的自然大小。
对于嵌入对象,请考虑以下 WordprocessingML:
<w:object w:dxaOrig="3360" w:dyaOrig="2520">
…
<v:shape … style="width:168pt;height:4in">
…
</v:shape>
<o:OLEObject … />
</w:object>
属性 dyaOrig
的值 2520
为 ,该值指定用于嵌入对象的图像不存储其本机高度,但该高度应为点的 2520。
此属性的可能值由 ST_TwipsMeasure
简单类型定义。