Document.ClickAndTypeParagraphStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.