| Package | Description | 
|---|---|
| com.pdfunit | 
 This is the main package for testing PDF documents. 
 | 
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static DateResolution | 
Constants.AS_DATE
Precision to format dates. 
 | 
static DateResolution | 
Constants.AS_DATETIME
Precision to format dates. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DateResolution | 
DateResolution.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DateResolution[] | 
DateResolution.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DateValidator | 
DateValidator.after(java.util.Calendar dateLowerLimit,
     DateResolution resolution)
Verifying that a date of the PDF document is higher, than the limit, given by the
 first parameter. 
 | 
DateValidator | 
DateValidator.before(java.util.Calendar dateUpperLimit,
      DateResolution resolution)
Verifying that a date of the PDF document is lower, than the limit, given by the
 first parameter. 
 | 
DateValidator | 
DateValidator.equalsTo(java.util.Calendar expectedDate,
        DateResolution resolution)
Verifying that a date of the PDF document is equal to the date, given by the
 first parameter. 
 | 
Copyright (C) PDFUnit.com. See here for license.