| Annotation Type | Description |
|---|---|
| Directory |
Constraint on a File object which must be a directory.
|
| EndGreaterThenOrEqualToStart |
Constraint validating that a page range instance is a valid, start page cannot be greater then end page.
|
| ExistingFile |
Constraint on a File object to check existence
|
| FileExtension |
Constraint on a File object with the given extension.
|
| HasAPassword |
Constraint validating that the encryption parameters have one among user and owner password.
|
| HasHeaderFooterDefinition |
Constraint to validate that there is a header/footer definition
|
| HasSelectedPages |
Constraint to validate that some pages are selected.
|
| HasTransitions |
Constraint to validate a parameter making sure that some valid transition has been set (default or not).
|
| IsFile |
Constraint on a File object to check that isFile is true.
|
| NoIntersections |
Constraint to validate that a page range selection doesn't have any intersection among the selected ranges.
|
| NotAllowed |
Constraint to disallow some specified values on the annotated
PredefinedSetOfPages field |
| NotEmpty |
Constraint validating an NotNull element with a minimum size of 1.
|
| NotNegativeCoordinates |
Constraint ensuring that coordinates of a shape are not negative.
|
| PdfFile |
Constraint validating that a File instance whose isFile method returns true, is a pdf file.
|
| Positive |
Constraint on a Number that must be positive
|
| SingleOutputAllowedExtensions |
Constraint validating that a single output parameter has one of the expected output extensions (in the output file name for file task output or in the outputname attribute for
non file task output).
|
| ValidCoordinates |
Constraint on the coordinates defined ensuring that top is greater then bottom and right is greater then left.
|
| ValidPdfVersion |
Constraint validating that the pdf version specified in an
AbstractPdfOutputParameters is compatible with the other class attributes. |
| ValidSingleOutput |
Constraint validating that a single output parameter is valid.
|
Copyright © 2015. All Rights Reserved.