Bookmark.ParagraphStyle Property (2007 System)

Gets the style that is used to format paragraphs in the Bookmark.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParagraphStyle As Object
'Usage
Dim instance As Bookmark 
Dim value As Object 

value = instance.ParagraphStyle
[BrowsableAttribute(false)]
public Object ParagraphStyle { get; }
[BrowsableAttribute(false)]
public:
property Object^ ParagraphStyle {
    Object^ get ();
}
public function get ParagraphStyle () : Object

Property Value

Type: System.Object
An object that represents the style that is used to format paragraphs in the Bookmark.

.NET Framework Security

See Also

Reference

Bookmark Class

Bookmark Members

Microsoft.Office.Tools.Word Namespace