Word.SelectionType enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the type of selection in the document.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
Fields
block = "Block" | Represents a block selection. |
column = "Column" | Represents a column selection. |
frame = "Frame" | Represents a frame selection. |
inlineShape = "InlineShape" | Represents an inline shape selection. |
insertionPoint = "InsertionPoint" | Represents an insertion point (IP) selection. |
normal = "Normal" | Represents a normal selection. |
noSelection = "NoSelection" | No selection is made. |
row = "Row" | Represents a row selection. |
selectionShape = "SelectionShape" | Represents a shape selection. |