CommonBehavior.RuntimeContext 属性

定义

运行时上下文

表示架构中的以下属性:rctx

[DocumentFormat.OpenXml.SchemaAttr(0, "rctx")]
public DocumentFormat.OpenXml.StringValue RuntimeContext { get; set; }
public DocumentFormat.OpenXml.StringValue RuntimeContext { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "rctx")]
public DocumentFormat.OpenXml.StringValue? RuntimeContext { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("rctx")]
public DocumentFormat.OpenXml.StringValue? RuntimeContext { get; set; }
public DocumentFormat.OpenXml.StringValue? RuntimeContext { get; set; }
member this.RuntimeContext : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "rctx")>]
member this.RuntimeContext : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("rctx")>]
member this.RuntimeContext : DocumentFormat.OpenXml.StringValue with get, set
Public Property RuntimeContext As StringValue

属性值

返回 StringValue

属性

注解

使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。

此属性描述动画的运行时上下文。 当前理解的值为“PPT”和“IE”。这用于指定在 PPT 幻灯片放映与 IE HTML 运行时进行动画处理时使用的行为。 可以看到透明度效果的示例。 在 IE 中,透明度作为位图进行动画处理,其中,在 PPT 中,形状的 style.opacity 属性用于对透明度进行动画处理。

此属性的可能值由 XML 架构 string 数据类型定义。

适用于