CommonBehavior.RuntimeContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runtime Context
Represents the following attribute in the schema: 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
Property Value
Returns StringValue.
- Attributes
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute describes the runtime context of the animation. The currently-understood values are "PPT" and "IE." This is used to specify the behavior used when animating in the PPT slideshow vs. IE HTML runtime. An example can be seen with the transparency effect. In IE, the transparency is animated as a bitmap, where in PPT, the style.opacity property of a shape is used to animate the transparency.
The possible values for this attribute are defined by the XML Schema string
datatype.