[EMAIL PROTECTED] wrote:
> I just want to mark the line with X without user interaction.
 > I have a logic in my program to decide what is selected so all
 > I need to do is show a big X mark in a box or underlined just
 > as you would have in some application forms

If the 'line' is added to the document as a Paragraph object,
I'd suggest using page events (onParagraph and onParagraphEnd)
to retrieve the coordinates and based on these coordinates,
I'd draw the X, either with moveTo and lineTo commands, or
by adding a Symbol checkmark (or ZapfDingbats, or another font
that has similar glyphs) at an absolute position.

br,
Bruno

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to