id_james2000 General User

Joined: 21 Sep 2008 Posts: 29
|
Posted: Mon Sep 22, 2008 12:55 am Post subject: How to find the last paragraph of every page in Macro(Basic) |
|
|
Hi
How to find the last paragraph of every page in Macro(Basic).
oTextElementEnum = ThisComponent.getText().createEnumeration()
While oTextElementEnum.hasMoreElements()
oTextElement = oTextElementEnum.nextElement
IsLastParagraph(oTextElement)'--> Function to be written
Wend
Your suggession will be more helpful for us.
With Regards,
James[/b] |
|