T
Trevor Lowing
I'm trying to recuse through a Word document to dump it to another
format. I need to get a handle on the Word Object Model. Does the logic
below make sense? Are there Items like shapes that would only be
accessible though the top level Document object?
Document
Paragraphs
Paragraph
Range
Bookmarks
Bookmark
Range->Range
Characters
Character
Style
(Hyperlink, header, etc)
Font
EndNotes
EndNote
Range->Range
Frames
Frame
Range->Range
FootNotes
FootNote
Range->Range
Hyperlinks
Hyperlink
Range->Range
InLineShapes
InLineShape
Range->Range
ListParagraphs
Paragraph->Paragraph
ListFormat
Paragraphs->Paragraphs
Sentences
Sentence
Range->Range
Shapes
Shape
Subdocuments
Subdocument
Range->Range
Tables
Rows
Row
Cells
Cell
Range->Range
---------------------------------
Trevor Lowing
Satellite Beach, Fl
(e-mail address removed)
---------------------------------
Need help with:
Access?
http://www.mvps.org/access/
Outlook?
http://www.slipstick.com/
Visio?
http://www.mvps.org/visio/
HTML/CSS?
http://www.NCDesign.org
Scripting(VBScript/JScript/WSH/XML)?
http://www.DevGuru.com
http://cwashington.netreach.net/
http://developer.irt.org/script/script.htm
---------------------------------
format. I need to get a handle on the Word Object Model. Does the logic
below make sense? Are there Items like shapes that would only be
accessible though the top level Document object?
Document
Paragraphs
Paragraph
Range
Bookmarks
Bookmark
Range->Range
Characters
Character
Style
(Hyperlink, header, etc)
Font
EndNotes
EndNote
Range->Range
Frames
Frame
Range->Range
FootNotes
FootNote
Range->Range
Hyperlinks
Hyperlink
Range->Range
InLineShapes
InLineShape
Range->Range
ListParagraphs
Paragraph->Paragraph
ListFormat
Paragraphs->Paragraphs
Sentences
Sentence
Range->Range
Shapes
Shape
Subdocuments
Subdocument
Range->Range
Tables
Rows
Row
Cells
Cell
Range->Range
---------------------------------
Trevor Lowing
Satellite Beach, Fl
(e-mail address removed)
---------------------------------
Need help with:
Access?
http://www.mvps.org/access/
Outlook?
http://www.slipstick.com/
Visio?
http://www.mvps.org/visio/
HTML/CSS?
http://www.NCDesign.org
Scripting(VBScript/JScript/WSH/XML)?
http://www.DevGuru.com
http://cwashington.netreach.net/
http://developer.irt.org/script/script.htm
---------------------------------