NormalViewProperties.PreferSingleView Property
Prefer Single View.Represents the attribte in schema: preferSingleView
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "preferSingleView")> _
Public Property PreferSingleView As BooleanValue
Get
Set
'Usage
Dim instance As NormalViewProperties
Dim value As BooleanValue
value = instance.PreferSingleView
instance.PreferSingleView = value
[SchemaAttrAttribute(, "preferSingleView")]
public BooleanValue PreferSingleView { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
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.