Interface CheckboxValue
- All Superinterfaces:
Serializable
,ValueExtractor
A
ValueExtractor
for extracting the checked state of a checkbox.
xls files or sheets with no drawing element are not supported, and attempting to extract a value from them using an instance of this class will result in an error and the parse failing for the file.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CheckboxValue.Builder
builder()
default String
extractValue
(ValueExtractorParameters parameters)
-
Method Details
-
specifier
CheckboxSpecifier specifier() -
assertions
List<CheckboxAssertion> assertions() -
builder
-
extractValue
@Nullable default String extractValue(ValueExtractorParameters parameters) throws AssertionFailureException - Specified by:
extractValue
in interfaceValueExtractor
- Throws:
AssertionFailureException
-