Bookmark.CharacterStyle Property (2007 System)
Gets the style that is used to format one or more characters 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 CharacterStyle As Object
'Usage
Dim instance As Bookmark
Dim value As Object
value = instance.CharacterStyle
[BrowsableAttribute(false)]
public Object CharacterStyle { get; }
[BrowsableAttribute(false)]
public:
property Object^ CharacterStyle {
Object^ get ();
}
public function get CharacterStyle () : Object
Property Value
Type: System.Object
An object that represents the style that is used to format one or more characters in the Bookmark.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.