Compartilhar via


ReadModeInkLockDown.Height Propriedade

Definição

Altura da Página Virtual

Representa o seguinte atributo no esquema: w:h

[DocumentFormat.OpenXml.SchemaAttr(23, "h")]
public DocumentFormat.OpenXml.UInt32Value Height { get; set; }
public DocumentFormat.OpenXml.UInt32Value Height { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "h")]
public DocumentFormat.OpenXml.UInt32Value? Height { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:h")]
public DocumentFormat.OpenXml.UInt32Value? Height { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Height { get; set; }
member this.Height : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "h")>]
member this.Height : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:h")>]
member this.Height : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Height As UInt32Value

Valor da propriedade

Retorna UInt64Value.

Atributos

Comentários

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

Especifica a altura das páginas virtuais que devem ser usadas neste documento. Esse valor é especificado em pixels.

Esse atributo só será usado se o actualPage atributo for igual offa , 0ou false.

Considere um documento WordprocessingML que deve ser exibido usando páginas virtuais. Esse estado é especificado usando o wordprocessingML a seguir nas configurações do documento:

<w:readModeInkLockDown w:w="692" w:h="986" w:fontSz="95" w:actualPg="0" />  

O h atributo é igual a 986 especificar que as páginas virtuais neste documento devem ter 986 pixels de altura.

Os valores possíveis para esse atributo são definidos pelo ST_PixelsMeasure tipo simples.

Aplica-se a