Compartilhar via


WebProperties.ShowAnimation Propriedade

Definição

Mostrar animação na saída HTML

Representa o seguinte atributo no esquema: showAnimation

[DocumentFormat.OpenXml.SchemaAttr(0, "showAnimation")]
public DocumentFormat.OpenXml.BooleanValue ShowAnimation { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowAnimation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showAnimation")]
public DocumentFormat.OpenXml.BooleanValue? ShowAnimation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showAnimation")]
public DocumentFormat.OpenXml.BooleanValue? ShowAnimation { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowAnimation { get; set; }
member this.ShowAnimation : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showAnimation")>]
member this.ShowAnimation : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showAnimation")>]
member this.ShowAnimation : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowAnimation 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 deve mostrar animação de apresentação no arquivo de saída HTML.

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

Aplica-se a