NormalViewProperties.SnapVerticalSplitter Property

Definition

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.

Applies to