com.itextpdf.text.xml.simpleparser
Interface NewLineHandler
- All Known Implementing Classes:
- HTMLNewLineHandler, NeverNewLineHandler
public interface NewLineHandler
A NewLineHandler determines if an encountered tag should result in a new line
in a document.
- Since:
- 5.0.6
- Author:
- Balder
isNewLineTag
boolean isNewLineTag(java.lang.String tag)
- Parameters:
tag
- the tag to check if after this one a new line should be in a document
- Returns:
- true in case a new line should be added.
- Since:
- 5.0.6
Copyright © 2013. All Rights Reserved.