Hi,

While browsing all the paragraphs of a wdMainTextStory range, how can I
know if a paragraph is within a frame or not.

Tx in advance.

Patrick++

Re: Paragraph located in a frame by Jezebel

Jezebel
Mon Aug 02 06:02:41 CDT 2004

Check the Frames count for the paragraph's range:

If pParagraph.Range.Frames.Count > 0 then ....





"Patrick LEBON" <patrick.lebon@pi.be> wrote in message
news:410E1C2D.CF43F366@pi.be...
> Hi,
>
> While browsing all the paragraphs of a wdMainTextStory range, how can I
> know if a paragraph is within a frame or not.
>
> Tx in advance.
>
> Patrick++



Re: Paragraph located in a frame by Patrick

Patrick
Mon Aug 02 07:04:42 CDT 2004

Perfectly addressed the point. Tx for the tip.

Best regards,

P++

Jezebel wrote:
>
> Check the Frames count for the paragraph's range:
>
> If pParagraph.Range.Frames.Count > 0 then ....
>
> "Patrick LEBON" <patrick.lebon@pi.be> wrote in message
> news:410E1C2D.CF43F366@pi.be...
> > Hi,
> >
> > While browsing all the paragraphs of a wdMainTextStory range, how can I
> > know if a paragraph is within a frame or not.
> >
> > Tx in advance.
> >
> > Patrick++