Interface LocationCheckboxSpecifier
- All Superinterfaces:
CheckboxSpecifier
,Serializable
A
CheckboxSpecifier
for extracting data from a checkbox without an ID and with ObjectType=CheckBox.-
Method Summary
Modifier and TypeMethodDescriptiongetCheckboxData
(WorkbookWithMetadata _workbook, org.apache.poi.ss.usermodel.Sheet sheet, Drawings drawings) location()
The cell location used to identify the checkbox to extract data from.static LocationCheckboxSpecifier
Create an instance of this class from aLocation
.
-
Method Details
-
location
Location location()The cell location used to identify the checkbox to extract data from.If exactly one checkbox overlaps that cell location,
getCheckboxData(WorkbookWithMetadata, Sheet, Drawings)
will succeed. Otherwise, it will fail, resulting in a parse error for the file. -
getCheckboxData
default Optional<Checkbox> getCheckboxData(WorkbookWithMetadata _workbook, org.apache.poi.ss.usermodel.Sheet sheet, Drawings drawings) - Specified by:
getCheckboxData
in interfaceCheckboxSpecifier
-
of
Create an instance of this class from aLocation
.
-