Vai al contenuto principale
I Visual Components sono implementati in FRE per Windows.
Le costanti dell’enumerazione SendToDestinationEnum vengono utilizzate per definire le applicazioni in cui è possibile aprire i documenti riconosciuti.
typedef enum {
 STD_Clipboard,
 STD_MSWord,
 STD_MSExcel,
 STD_MSPowerPoint,
 STD_Acrobat,
 STD_Browser,
 STD_OpenOffice,
 STD_WordPerfect,
 STD_WordPro
} SendToDestinationEnum;

Elementi

NomeDescrizione
STD_ClipboardIncolla il testo riconosciuto negli appunti.
STD_MSWordMicrosoft Word 2000, 2002, 2003, 2007 e 2010.
STD_MSExcelMicrosoft Excel 2000, 2002, 2003, 2007 e 2010.
STD_MSPowerPointMicrosoft PowerPoint 2003 (con Microsoft Office Compatibility Pack per i formati Word, Excel e PowerPoint 2007), 2007 e 2010.
STD_AcrobatAdobe Acrobat/Reader (5.0 e versioni successive).
STD_BrowserBrowser web predefinito.
STD_OpenOfficeOpenOffice.org 3.0, 3.1.
STD_WordPerfectCorel WordPerfect 10.0 (2002), 11.0 (2003), 12.0, 13.0 e 14.0.
STD_WordProLotus Word Pro 97 e Millennium Edition.

Usato in

IDocumentViewerEvents::OnSendToPages