Document.SmartDocument Property (Word)

Returns a SmartDocument object that represents the settings for a smart document solution.

Syntax

expression .SmartDocument

expression An expression that returns a Document object.

Remarks

For more information on smart documents, please see the Smart Document Software Development Kit on the Microsoft Developer Network (MSDN) Web site.

Example

The following example displays a dialog box that contains a list of valid XML expansion packs for the active document.

ActiveDocument.SmartDocument.PickSolution

See Also

Concepts

Document Object

Document Object Members