NormalViewProperties.SnapVerticalSplitter 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.
Snap Vertical Splitter
Represents the following attribute in the schema: snapVertSplitter
[DocumentFormat.OpenXml.SchemaAttr(0, "snapVertSplitter")]
public DocumentFormat.OpenXml.BooleanValue SnapVerticalSplitter { get; set; }
public DocumentFormat.OpenXml.BooleanValue SnapVerticalSplitter { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "snapVertSplitter")]
public DocumentFormat.OpenXml.BooleanValue? SnapVerticalSplitter { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("snapVertSplitter")]
public DocumentFormat.OpenXml.BooleanValue? SnapVerticalSplitter { get; set; }
public DocumentFormat.OpenXml.BooleanValue? SnapVerticalSplitter { get; set; }
member this.SnapVerticalSplitter : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "snapVertSplitter")>]
member this.SnapVerticalSplitter : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("snapVertSplitter")>]
member this.SnapVerticalSplitter : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property SnapVerticalSplitter 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 vertical splitter should snap to a minimized state when the side region is sufficiently small. The specific parameters of this behaviour are left to the generating application.
The possible values for this attribute are defined by the XML Schema boolean
datatype.