_Document.ClickAndTypeParagraphStyle Property

Definition

Returns or sets the default paragraph style applied to text by the Click and Type feature in the specified document.

public:
 property System::Object ^ ClickAndTypeParagraphStyle { System::Object ^ get(); void set(System::Object ^ value); };
public object ClickAndTypeParagraphStyle { get; set; }
member this.ClickAndTypeParagraphStyle : obj with get, set
Public Property ClickAndTypeParagraphStyle As Object

Property Value

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.

Applies to