Hi!
I have attached an image of a sample file for describing my problem. I want to process only last paragraphs “EFG” and “HIJ”. To do so I need to detect the occurrence of the horizontal line right before those paragraphs.
I have used DocumentVisitor and visited every paragrph using “public int visitParagraphStart(Paragraph p)”. I need to know only one thing.
- how can I detect the existance of the horizontal line in a paragraph p.
I need the solution as early as possible.
Thanks in advance.
Regards,
Asfak Mahamud