Document.FormattingShowClear-Eigenschaft (2007 System)

Aktualisiert: November 2007

Ruft einen Wert ab, der angibt, ob in Microsoft Office Word Formatierung löschen im Aufgabenbereich Formatvorlagen und Formatierung angezeigt wird, oder legt diesen Wert fest.

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

Syntax

<BrowsableAttribute(False)> _
Public Property FormattingShowClear As Boolean

Dim instance As Document
Dim value As Boolean

value = instance.FormattingShowClear

instance.FormattingShowClear = value
[BrowsableAttribute(false)]
public bool FormattingShowClear { get; set; }

Eigenschaftenwert

Typ: System.Boolean

true, wenn in Microsoft Office Word Formatierung löschen im Aufgabenbereich Formatvorlagen und Formatierung angezeigt wird; andernfalls false.

Berechtigungen

Siehe auch

Referenz

Document-Klasse

Document-Member

Microsoft.Office.Tools.Word-Namespace