WebProperties.RelyOnVml Propriété

Définition

S’appuyer sur VML pour la sortie HTML

Représente l’attribut suivant dans le schéma : relyOnVml

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

Valeur de propriété

Retourne BooleanValue.

Attributs

Remarques

Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.

Spécifie si les graphiques doivent être générés en VML dans le code HTML.

Les valeurs possibles pour cet attribut sont définies par le type de données schéma boolean XML.

S’applique à