com.itextpdf.text.html.simpleparser
Interface LinkProcessor


public interface LinkProcessor

Allows you to do additional processing on a Paragraph that contains a link.

Since:
5.0.6 (renamed)
Author:
psoares

Method Summary
 boolean process(Paragraph current, ChainedProperties attrs)
          Does additional processing on a link paragraph
 

Method Detail

process

boolean process(Paragraph current,
                ChainedProperties attrs)
Does additional processing on a link paragraph

Parameters:
current - the Paragraph that has the link
attrs - the attributes
Returns:
false if the Paragraph no longer needs processing


Copyright © 2013. All Rights Reserved.