Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration NotebookEditorRevealType

Represents a notebook editor that is attached to a notebook.

Index

Enumeration members(4)

Enumeration members(4)

Default

Default: = 0

The range will be revealed with as little scrolling as possible.

InCenter

InCenter: = 1

The range will always be revealed in the center of the viewport.

InCenterIfOutsideViewport

InCenterIfOutsideViewport: = 2

If the range is outside the viewport, it will be revealed in the center of the viewport. Otherwise, it will be revealed with as little scrolling as possible.

AtTop

AtTop: = 3

The range will always be revealed at the top of the viewport.

Generated by TypeDoc. Maintained by 洛竹