Interface LinkProcessor
Deprecated.
since 5.5.2
Allows you to do additional processing on a Paragraph that contains a link.
- Since:
- 5.0.6 (renamed)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(Paragraph current, ChainedProperties attrs) Deprecated.Does additional processing on a link paragraph
-
Method Details
-
process
Deprecated.Does additional processing on a link paragraph- Parameters:
current
- the Paragraph that has the linkattrs
- the attributes- Returns:
- false if the Paragraph no longer needs processing
-