Modifier | Constructor and Description |
---|---|
protected |
VersionValidator(com.pdfunit.internal.spi.IDocument pdfDocument) |
Modifier and Type | Method and Description |
---|---|
VersionValidator |
greaterThan(PDFVersion lowerLimitExclusive)
This method does what the name suggests.
|
VersionValidator |
lessThan(PDFVersion upperLimitExclusive)
This method does what the name suggests.
|
VersionValidator |
matching(PDFVersion expectedVersion)
This method does what the name suggests.
|
protected VersionValidator(com.pdfunit.internal.spi.IDocument pdfDocument)
@Guarded public VersionValidator matching(PDFVersion expectedVersion)
@Guarded public VersionValidator lessThan(PDFVersion upperLimitExclusive)
@Guarded public VersionValidator greaterThan(PDFVersion lowerLimitExclusive)
Copyright (C) PDFUnit.com. See here for license.