 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Marcelo Guest
|
Posted: Sat Dec 04, 2004 8:05 pm Post subject: Delphi x Word - removed head |
|
|
I need to delete in my application delphi x word a document with
image in head... How I do, deleted a head??
|
|
| Back to top |
|
 |
Deborah Pate (TeamB) Guest
|
Posted: Sun Dec 05, 2004 10:21 am Post subject: Re: Delphi x Word - removed head |
|
|
<
How I do, deleted a head??
Hdr := Doc.Sections.Item(1).Headers.Item(
wdHeaderFooterPrimary);
Hdr.Range.Text := '';
--
Deborah Pate (TeamB) http://delphi-jedi.org
TeamB don't see posts sent via Google or ISPs
Use the real Borland server: newsgroups.borland.com
http://www.borland.com/newsgroups/genl_faqs.html
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|