Compartilhar via


WebProperties.RelyOnVml Propriedade

Definição

Confiar em VML para saída HTML

Representa o seguinte atributo no 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 da propriedade

Retorna BooleanValue.

Atributos

Comentários

As informações a seguir do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com essa classe.

Especifica se os gráficos devem ser saída em VML dentro do HTML.

Os valores possíveis para esse atributo são definidos pelo tipo de dados esquema boolean XML.

Aplica-se a