SmartTagRecognizeContext Interface

Definition

Provides the context of a call to a custom smart tag recognizer.

public interface class SmartTagRecognizeContext
[System.Runtime.InteropServices.Guid("88E3C033-24AE-474A-878B-BE837DCABBF3")]
public interface SmartTagRecognizeContext
[<System.Runtime.InteropServices.Guid("88E3C033-24AE-474A-878B-BE837DCABBF3")>]
type SmartTagRecognizeContext = interface
Public Interface SmartTagRecognizeContext
Attributes

Remarks

When you implement the Recognize method to define a custom smart tag recognizer, the context parameter is a SmartTagRecognizeContext object. Use the ParagraphText property of this object to get the text from the paragraph that is sent to the recognizer, and use the PersistTag method of this object to indicate that a smart tag was found.

Usage

This type is intended to be used only in projects for Word 2007. Smart tags are deprecated in Word 2010.

Properties

ParagraphText

Gets the text from the paragraph that is sent to the Recognize(String, ISmartTagRecognizerSite, ISmartTagTokenList, SmartTagRecognizeContext) method. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010..

Methods

PersistTag(Int32, Int32, ISmartTagProperties)

Stores information about the smart tag. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010..

Applies to