Zum Hauptinhalt springen

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

Visuelle Komponenten werden in FRE für Windows implementiert.
Die Enumerationskonstanten von SendToDestinationEnum werden verwendet, um Anwendungen festzulegen, in denen erkannte Dokumente geöffnet werden können.
typedef enum {
 STD_Clipboard,
 STD_MSWord,
 STD_MSExcel,
 STD_MSPowerPoint,
 STD_Acrobat,
 STD_Browser,
 STD_OpenOffice,
 STD_WordPerfect,
 STD_WordPro
} SendToDestinationEnum;

Elemente

NameBeschreibung
STD_ClipboardErkannten Text in die Zwischenablage kopieren.
STD_MSWordMicrosoft Word 2000, 2002, 2003, 2007 und 2010.
STD_MSExcelMicrosoft Excel 2000, 2002, 2003, 2007 und 2010.
STD_MSPowerPointMicrosoft PowerPoint 2003 (mit Microsoft Office Compatibility Pack für Word-, Excel- und PowerPoint-2007-Formate), 2007 und 2010.
STD_AcrobatAdobe Acrobat/Reader (5.0 und höher).
STD_BrowserStandardbrowser.
STD_OpenOfficeOpenOffice.org 3.0, 3.1.
STD_WordPerfectCorel WordPerfect 10.0 (2002), 11.0 (2003), 12.0, 13.0 und 14.0.
STD_WordProLotus Word Pro 97 und Millennium Edition.

Verwendet in

IDocumentViewerEvents::OnSendToPages