Document.ClickAndTypeParagraphStyle Property

Definition

Gets or sets the default paragraph style applied to text by the Click and Type feature in the 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

The default paragraph style applied to text by the Click and Type feature in the document.

Remarks

To set this property, specify 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 exception is thrown.

Applies to