CommonBehavior.RuntimeContext Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contexte d’exécution
Représente l’attribut suivant dans le schéma : 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
Valeur de propriété
Retourne StringValue.
- Attributs
Remarques
Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.
Cet attribut décrit le contexte d’exécution de l’animation. Les valeurs actuellement comprises sont « PPT » et « Internet Explorer ». Cela permet de spécifier le comportement utilisé lors de l’animation dans le diaporama PPT et le runtime HTML d’Internet Explorer. Un exemple peut être vu avec l’effet de transparence. Dans Internet Explorer, la transparence est animée en tant que bitmap, où dans PPT, la propriété style.opacity d’une forme est utilisée pour animer la transparence.
Les valeurs possibles pour cet attribut sont définies par le type de données schéma string
XML.