Registriert seit: 1. Jan 2010
Ort: Leer
594 Beiträge
Delphi XE3 Professional
|
AW: Word 2010 Vorlage.dot ausfüllen
7. Feb 2012, 16:36
Korrekt ist es eigentlich ohne Application.
Delphi-Quellcode:
WordApp.PrintOut(FileName := '', Range := wdPrintAllDocument, Item := wdPrintDocumentContent, Copies := 1,
Pages := '', PageType := wdPrintAllPages, ManualDuplexPrint := False, Collate := True,
Background := True, PrintToFile := False, PrintZoomColumn := 0, PrintZoomRow := 0,
PrintZoomPaperWidth := 0, PrintZoomPaperHeight := 0);
Lars
|
|
Zitat
|