Thema
:
Delphi
Word automation / Formatierung von Word über Delphi
Einzelnen Beitrag anzeigen
toms
(CodeLib-Manager)
Registriert seit: 10. Jun 2002
4.648 Beiträge
Delphi XE Professional
#
4
16. Jun 2003, 21:17
Das sollte doch so gehen:
markieren
Delphi-Quellcode:
const
wdAlignParagraphRight = $00000002;
begin
//...
Word.Selection.TypeText(Text:= DateToStr(Date));
Word.Selection.ParagraphFormat.Alignment := wdAlignParagraphRight
Thomas
Zitat
toms
Öffentliches Profil ansehen
Mehr Beiträge von toms finden