| Package | Description | 
|---|---|
| com.pdfunit.filter.region | 
 Classes to operate with regions of PDF pages. 
 | 
| com.pdfunit.messages | 
 Classes for error messages, used as a key in messages.properties. 
 | 
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClippingArea
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PageRegion | 
PageRegion.createFullSizeFromDocument(byte[] document)
This method creates a clipping area instance for a full page of the given
 document. 
 | 
static PageRegion | 
PageRegion.createFullSizeFromDocument(java.io.File file)
This method creates a clipping area instance for a full page of the given
 document. 
 | 
static PageRegion | 
PageRegion.createFullSizeFromDocument(java.io.InputStream pdfAsStream)
This method creates a clipping area instance for a full page of the given
 document. 
 | 
static PageRegion | 
PageRegion.createFullSizeFromDocument(java.lang.String fileName)
This method creates a clipping area instance for a full page of the given
 document. 
 | 
static PageRegion | 
PageRegion.createFullSizeFromDocument(java.net.URL url)
This method creates a clipping area instance for a full page of the given
 document. 
 | 
| Constructor and Description | 
|---|
RegionOutsidePageMessage(com.pdfunit.internal.DocumentFormatPoints format,
                        PageRegion region)  | 
| Modifier and Type | Method and Description | 
|---|---|
ImageValidator | 
DocumentValidator.hasImage(PagesToUse pagesToUse,
        PageRegion region)
Deprecated.  
 | 
void | 
MultiDocumentValidator.hasImage(PagesToUse pagesToUse,
        PageRegion region)
Deprecated.  
 | 
void | 
DocumentValidator.hasNoText(PagesToUse pagesToUse,
         PageRegion region)
Deprecated.  
 | 
DocumentValidator | 
DocumentValidator.hasNumberOfDifferentImages(int expectedNumber,
                          PagesToUse pagesToUse,
                          PageRegion region)
Deprecated.  
 | 
DocumentValidator | 
DocumentValidator.hasNumberOfVisibleImages(int expectedNumber,
                        PagesToUse pagesToUse,
                        PageRegion region)
Deprecated.  
 | 
TextValidator | 
DocumentValidator.hasText(PagesToUse pagesToUse,
       PageRegion region)
Deprecated.  
 | 
MultiDocumentTextValidator | 
MultiDocumentValidator.hasText(PagesToUse pagesToUse,
       PageRegion region)
Deprecated.  
 | 
ComparePageValidator | 
CompareDocumentValidator.haveSameAppearance(PagesToUse pagesToUse,
                  PageRegion region)
Deprecated.  
 | 
ComparePageValidator | 
CompareDocumentValidator.haveSameText(PagesToUse pagesToUse,
            PageRegion region)
Deprecated.  
 | 
ComparePageValidator | 
CompareDocumentValidator.haveSameText(PagesToUse pagesToUse,
            PageRegion region,
            WhitespaceProcessing whitespaceProcessing)
Deprecated.  
 | 
ComparePageValidator | 
ComparePageValidator.restrictedTo(PageRegion region)
This method sets a region filter for the following validation process. 
 | 
MultiDocumentValidator | 
MultiDocumentValidator.restrictedTo(PageRegion region)
This method sets a region filter for the following validation process. 
 | 
PageValidator | 
PageValidator.restrictedTo(PageRegion region)
This method sets a region filter for the following validation process. 
 | 
Copyright (C) PDFUnit.com. See here for license.