Compartir a través de


WebProperties.RelyOnVml Propiedad

Definición

Confiar en VML para la salida HTML

Representa el atributo siguiente en el esquema: 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

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica si los gráficos deben generarse en VML dentro del código HTML.

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema boolean XML.

Se aplica a