Document.ClearGestureFormatSheet Method

Visio Automation Reference

Clears local formatting in a document's Gesture Format sheet.

Version Information
 Version Added:  Visio 2000

Syntax

expression.ClearGestureFormatSheet

expression   A variable that represents a Document object.

Return Value
Nothing

Remarks

Any shapes drawn after the Gesture Format sheet is cleared inherit their line, fill, and text formatting from the document's default styles.

A document's Gesture Format sheet also gets cleared automatically when the document is opened.

For details about the Gesture Format sheet, see the GestureFormatSheet property.

See Also