Re: [python-win32] Word document with columns and page break. (Little Guy)

2011-07-11 Thread The Little Guy
z To: python-win32@python.org Subject: Re: [python-win32] Word document with columns and page break. (Little Guy) Message-ID: Content-Type: text/plain; charset="UTF-8"; format=flowed This isn't really something you should be searching for in PythonWin. Rather, this is part o

Re: [python-win32] Word document with columns and page break.

2011-07-11 Thread Tim Roberts
Little Guy wrote: > > I wish there was some sort of pictorial object, property, hierarchy for > python-win32 somewhere as it may be a great assist to newbies to visually > see what objects and properties go where. I think Java used to have > something > similar, at least I saw something like that

Re: [python-win32] Word document with columns and page break. (Little Guy)

2011-07-10 Thread Zev Spitz
--- Message: 1 Date: Sat, 09 Jul 2011 14:46:42 + From: "Little Guy" To: python-win32@python.org Subject: Re: [python-win32] Word document with columns and page break. Message-ID:<20110709144643.26...@gmx.com> Content-Type: text/plain; charset="utf-8" Mr. Roberts,

Re: [python-win32] Word document with columns and page break.

2011-07-09 Thread Little Guy
Mr. Roberts, Thanks for the assist. As I am not an expert at this, yet, it's a bit difficult knowing where to start looking for the information. Actually, I have most of the text processing portion of the code down, and omitted it from my, earlier, post so as to not overwelm the message. I

Re: [python-win32] Word document with columns and page break.

2011-07-08 Thread Tim Roberts
Little Guy wrote: > > I'm trying to create a Python script using win32com that creates a > Word 2003 document. This will become part of a little bigger script > for work. After the document opens up, it is split into two columns, > then text is pasted in, taking up both columns. After this is d

[python-win32] Word document with columns and page break.

2011-07-07 Thread Little Guy
Hi, I'm trying to create a Python script using win32com that creates a Word 2003 document. This will become part of a little bigger script for work. After the document opens up, it is split into two columns, then text is pasted in, taking up both columns. After this is done, I'd like to move