@DoNotObfuscate
public final class AllLayersValidator
extends com.pdfunit.validators.AbstractValidator
Modifier | Constructor and Description |
---|---|
protected |
AllLayersValidator(DocumentValidator documentValidator) |
Modifier and Type | Method and Description |
---|---|
LayerNameValidator |
hasLayer()
This method does what the name suggests.
|
AllLayersValidator |
hasLayers()
This method throws a PDFUnitValidationException when a PDF document has layers.
|
LayerNameValidator |
hasOCG()
This method does what the name suggests.
|
AllLayersValidator |
hasOCGs()
This method does what the name suggests.
|
AllLayersValidator |
withoutDuplicateNames()
This method does what the name suggests.
|
protected AllLayersValidator(DocumentValidator documentValidator)
public AllLayersValidator withoutDuplicateNames()
public LayerNameValidator hasLayer()
public AllLayersValidator hasLayers()
public LayerNameValidator hasOCG()
public AllLayersValidator hasOCGs()
Copyright (C) PDFUnit.com. See here for license.