Compartir a través de


TargetScreenSize.Val Propiedad

Definición

Valor de tamaño de pantalla de destino

Representa el atributo siguiente en el esquema: w:val

[DocumentFormat.OpenXml.SchemaAttr(23, "val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues> Val { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues> Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues>? Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues>? Val { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues>? Val { get; set; }
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "val")>]
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:val")>]
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues> with get, set
Public Property Val As EnumValue(Of TargetScreenSizeValues)

Valor de propiedad

Devuelve EnumValue<T>.

Atributos

Comentarios

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

Especifica el tamaño de pantalla de destino de las páginas web generadas por este documento, tal como se define en el tipo simple al que se hace referencia a continuación.

Considere la posibilidad de un documento WordprocessingML que contenga el siguiente contenido dentro del elemento de configuración web:

<w:webSettings>  
  <w:targetScreenSz w:val="1024x768" />  
</w:webSettings>  

El val atributo tiene un valor de 1024x768, que especifica que se debe asumir un tamaño de pantalla de destino de 1024 por 768 píxeles al guardar este documento como una página web.

El tipo simple define los ST_TargetScreenSz valores posibles para este atributo.

Se aplica a