Visual Basic (Declaration) | |
---|---|
Public Interface IAnnText |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IAnnText |
C# | |
---|---|
public interface IAnnText |
C++/CLI | |
---|---|
public interface class IAnnText |
The IAnnText interface is used by the annotation framework to draw a text string.
In automation mode the annotation framework uses this interface to display a dialog, with the appropriate tabs, for annotation objects that have implemented this interface.
The following classes implement the IAnnText interface:
- AnnButtonObject Class
- AnnGroupObject Class
- AnnNoteObject Class
- AnnStampObject Class
- AnnTextObject Class
- AnnTextPointerObject Class
- AnnTextRollupObject Class
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)