public interface PdfColumnDeterminer
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
determineColumn(org.jdom2.Element element,
java.util.Map<java.lang.Integer,java.lang.Integer> columnLocationsAndWidths)
Determines the column number for the given element (or can choose not to do anything)
|
@NotNull java.lang.Integer determineColumn(@NotNull org.jdom2.Element element, @NotNull java.util.Map<java.lang.Integer,java.lang.Integer> columnLocationsAndWidths)
element
- The elementcolumnLocationsAndWidths
- The determined column locations and widths. The key is the location and the value is the width