EmbeddedObject.DxaOriginal 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
dxaOrig
表示架构中的以下属性:w:dxaOrig
[DocumentFormat.OpenXml.SchemaAttr(23, "dxaOrig")]
public DocumentFormat.OpenXml.StringValue DxaOriginal { get; set; }
public DocumentFormat.OpenXml.StringValue DxaOriginal { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "dxaOrig")]
public DocumentFormat.OpenXml.StringValue? DxaOriginal { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:dxaOrig")]
public DocumentFormat.OpenXml.StringValue? DxaOriginal { get; set; }
public DocumentFormat.OpenXml.StringValue? DxaOriginal { get; set; }
member this.DxaOriginal : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "dxaOrig")>]
member this.DxaOriginal : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:dxaOrig")>]
member this.DxaOriginal : DocumentFormat.OpenXml.StringValue with get, set
Public Property DxaOriginal 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>
属性 dxaOrig
的值 3360
为 ,该值指定用于嵌入对象的图像不存储其本机宽度,但该宽度应为点的 3360 分之二十。
此属性的可能值由 ST_TwipsMeasure
简单类型定义。