Options.PasteOptionKeepBulletsAndNumbers 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.
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.
public:
property bool PasteOptionKeepBulletsAndNumbers { bool get(); void set(bool value); };
public bool PasteOptionKeepBulletsAndNumbers { get; set; }
member this.PasteOptionKeepBulletsAndNumbers : bool with get, set
Public Property PasteOptionKeepBulletsAndNumbers As Boolean
Property Value
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.