Share via


CommonBehavior.RuntimeContext Property

Runtime Context.Represents the attribte in schema: rctx

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "rctx")> _
Public Property RuntimeContext As StringValue
    Get
    Set
'Usage
Dim instance As CommonBehavior
Dim value As StringValue

value = instance.RuntimeContext

instance.RuntimeContext = value
[SchemaAttrAttribute(, "rctx")]
public StringValue RuntimeContext { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

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.

See Also

Reference

CommonBehavior Class

CommonBehavior Members

DocumentFormat.OpenXml.Presentation Namespace