public interface PdfBlockMergeChecker
Modifier and Type | Method and Description |
---|---|
boolean |
shouldMerge(org.jdom2.Element first,
org.jdom2.Element second)
Checks if two blocks should be merged into one.
|
boolean shouldMerge(@NotNull org.jdom2.Element first, @NotNull org.jdom2.Element second)
first
- The first blocksecond
- The second block