Class | Description |
---|---|
CoordinatesValidator |
Validator ensuring that, given a
RectangularBox , top is greater then bottom and right is greater then left. |
DirectoryValidator |
Validator to verify that a
File is an existing directory. |
ExistingFileValidator |
Validates that the given
File exists. |
FileExtensionValidator |
Validates the extension of the a
File . |
FileValidator |
Constraint validating the an instance of
File is actually a file and not a directory. |
HasAPasswordValidator |
Validates that an owner password or a user password has been specified.
|
HasSelectedPagesValidator |
Validator for an
ExtractPagesParameters to make sure that a predefined set of pages or some page selection has been set. |
HasTransitionsValidator |
Validator to validate a
SetPagesTransitionParameters to make sure it has a default transition or a not empty set of transitions. |
NoIntersectionsValidator |
Validator for a
NoIntersections constraint to ensure page ranges in an input PageRangeSelection do not intersect. |
NotAllowedValidator |
Validator for an
Enum annotated field or method where some of the values are not allowed. |
NotNegativeCoordinatesValidator |
Validates that coordinates of a
RectangularBox are positive. |
NotNegativeNumberValidator |
Validates a number that should be positive or zero.
|
PageRangeValidator |
Validates that in a
PageRange the end page is greater or equals the start page. |
PdfVersionValidator |
Validates an AbstractParameters instance ensuring that the PdfVersion set is valid considering the other fields value.
|
PositiveDimensionValidator |
Validates a
Dimension2D that should have positive height and width |
PositiveNumberValidator |
Validates a number that should be positive.
|
SingleOutputExtensionsValidator |
Validates that the input single output task parameter has a
FileTaskOutput whose file is of the expected type (extension) or, if not a FileTaskOutput , the
outputName is of the expected type (extension). |
SingleOutputValidator |
Validates that a single output parameter has a valid output name if the selected output is not a file.
|
Copyright © 2019 sejda. All rights reserved.