Reset Method

See Also         Example         Applies To

Font object: Removes manual character formatting (formatting not applied using a style). For example, if you manually format a word as bold and the underlying style is plain text (not bold), the Reset method removes the bold format.

Paragraph, Paragraphs, or ParagraphFormat object: Removes manual paragraph formatting (formatting not applied using a style). For example, if you manually right align a paragraph and the underlying style has a different alignment, the Reset method changes the alignment to match the formatting of the underlying style.

RoutingSlip object: Resets the routing slip so that a new routing can be initiated with the same recipient list and delivery information. The routing must be completed before you use this method.

InlineShape object: Removes changes that were made to an inline shape.

ListGallery object: Resets the list template specified by Index for the specified list gallery to the built-in list template format.

Syntax 1

expression.Reset

Syntax 2

expression.Reset(Index)

expression   Syntax 1: Required. An expression that returns a Font, RoutingSlip, InlineShape, Paragraph, Paragraphs, or ParagraphFormat object.

Syntax 2: Required. An expression that returns a ListGallery object.

Index   Required Long. A number from 1 through 7, corresponding to a format in the specified list gallery. Skipping the None option, the formats are numbered from left to right, starting with the top row.


Send feedback to MSDN.Look here for MSDN Online resources.