_Document.ClickAndTypeParagraphStyle Property
Returns or sets the default paragraph style applied to text by the Click and Type feature in the specified document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ClickAndTypeParagraphStyle As Object
Get
Set
'Usage
Dim instance As _Document
Dim value As Object
value = instance.ClickAndTypeParagraphStyle
instance.ClickAndTypeParagraphStyle = value
Object ClickAndTypeParagraphStyle { get; set; }
Property Value
Type: System.Object
Remarks
To set this property, specify either the local name of the style, an integer, a WdBuiltinStyle constant, or an object that represents the style.
If the InUse property for the specified style is set to False, an error occurs.