NormalViewProperties.PreferSingleView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prefer Single View
Represents the following attribute in the schema: 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
Property Value
Returns BooleanValue.
- Attributes
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies whether the user prefers to see a full-window single-content region over the standard normal view with three content regions. If enabled, the application may choose to display one of the content regions in the entire window.
The possible values for this attribute are defined by the XML Schema boolean
datatype.