RE: Distinguishing between Paragraphs and Insets in a Framemaker Doc

2009-01-13 Thread Charles Monck
Quatro [mailto:frameexp...@truevine.net] Sent: 12 January 2009 18:32 To: Charles Monck; framers@lists.frameusers.com Subject: Re: Distinguishing between Paragraphs and Insets in a Framemaker Doc Hi Charles, You can do something like this, assuming the oDoc is your document object. Get TextList

Re: Distinguishing between Paragraphs and Insets in a Framemaker Doc

2009-01-12 Thread Rick Quatro
Hi Charles, You can do something like this, assuming the oDoc is your document object. Get TextList InObject(oDoc.MainFlowInDoc) NewVar(tTextList) PgfBegin TextInsetBegin; Loop While(i = tTextList.Count) LoopVar(i) Init(1) Incr(1) If tTextList[i].TextType = 'PgfBegin' Set oPgf =