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

Devolve BooleanValue.

Atributos

Comentários

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

Especifica se pretende mostrar animação de apresentação no ficheiro de saída HTML.

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

Aplica-se a