Options.PasteAdjustWordSpacing Property
True if Microsoft Word automatically adjusts the spacing of words when cutting and pasting selections.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property PasteAdjustWordSpacing As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.PasteAdjustWordSpacing
instance.PasteAdjustWordSpacing = value
bool PasteAdjustWordSpacing { get; set; }
Property Value
Type: System.Boolean