Hi all,

how can i identify a page break in word document. though we can use the tag this method is not always useful. like in a case where paragraph containing this child has no text, so para trims its properties and hence this tag. i.e try creating a page by only pressing 'enter'. you wont find any of these tags.
this is possibly because para has no other property to keep in its run and so removes it. is there a way out so that para can keep its properties or attributes even with no text and hence the above tag becomes visible.
hope i made myself clear
thanks.