Options.PasteOptionKeepBulletsAndNumbers Property
Returns or sets a Boolean that represents whether to keep bullets and numbering when selecting Keep text only from the Paste Options context menu. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property PasteOptionKeepBulletsAndNumbers As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.PasteOptionKeepBulletsAndNumbers
instance.PasteOptionKeepBulletsAndNumbers = value
bool PasteOptionKeepBulletsAndNumbers { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
This property corresponds to the Keep bullets and numbers when pasting text with the Keep Text Only option check box in the Advanced tab of the Word Options dialog box.