Compartir a través de


NormalViewProperties.PreferSingleView Propiedad

Definición

Preferir vista única

Representa el atributo siguiente en el esquema: preferSingleView

[DocumentFormat.OpenXml.SchemaAttr(0, "preferSingleView")]
public DocumentFormat.OpenXml.BooleanValue PreferSingleView { get; set; }
public DocumentFormat.OpenXml.BooleanValue PreferSingleView { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "preferSingleView")]
public DocumentFormat.OpenXml.BooleanValue? PreferSingleView { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("preferSingleView")]
public DocumentFormat.OpenXml.BooleanValue? PreferSingleView { get; set; }
public DocumentFormat.OpenXml.BooleanValue? PreferSingleView { get; set; }
member this.PreferSingleView : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "preferSingleView")>]
member this.PreferSingleView : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("preferSingleView")>]
member this.PreferSingleView : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property PreferSingleView As BooleanValue

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

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

Especifica si el usuario prefiere ver una región de contenido único de ventana completa sobre la vista normal estándar con tres regiones de contenido. Si está habilitada, la aplicación puede optar por mostrar una de las regiones de contenido en toda la ventana.

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema boolean XML.

Se aplica a