BodyProperties.FromWordArt 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从艺术字
表示架构中的以下属性:fromWordArt
[DocumentFormat.OpenXml.SchemaAttr(0, "fromWordArt")]
public DocumentFormat.OpenXml.BooleanValue FromWordArt { get; set; }
public DocumentFormat.OpenXml.BooleanValue FromWordArt { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "fromWordArt")]
public DocumentFormat.OpenXml.BooleanValue? FromWordArt { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("fromWordArt")]
public DocumentFormat.OpenXml.BooleanValue? FromWordArt { get; set; }
public DocumentFormat.OpenXml.BooleanValue? FromWordArt { get; set; }
member this.FromWordArt : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "fromWordArt")>]
member this.FromWordArt : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("fromWordArt")>]
member this.FromWordArt : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property FromWordArt As BooleanValue
属性值
返回 BooleanValue。
- 属性
注解
使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。
指定此文本框中的文本是从艺术字对象转换的文本。 这更类似于从跟踪角度对应用程序有用的向后兼容性属性。 艺术字是以前应用文本效果的方法,因此此属性在文档转换方案中很有用。 如果省略此属性,则隐含的值 0
,即 off。
请考虑以下 DrawingML:
<p:txBody>
<a:bodyPr wrap="none" fromWordArt="1" …
/>
…
</p:txBody>
由于 存在 fromWordArt
属性,因此在文档转换期间,此形状中的文本可以映射回相应的艺术字。
此属性的可能值由 XML 架构 boolean
数据类型定义。