Edit

Share via


TabStops.ClearAll Method

Definition

Clears all the custom tab stops from the specified paragraphs.

public:
 void ClearAll();
public void ClearAll ();
abstract member ClearAll : unit -> unit
Public Sub ClearAll ()

Remarks

To clear an individual tab stop, use the Clear() method of the TabStop object. The ClearAll method doesn't clear the default tab stops. To manipulate the default tab stops, use the DefaultTabStop property for the document.

Applies to