Options.PasteOptionKeepBulletsAndNumbers Property

Definition

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.

Applies to