Modifier | Constructor and Description |
---|---|
protected |
TaggingValidator(com.pdfunit.internal.spi.IDocument pdfDocument) |
Modifier and Type | Method and Description |
---|---|
TaggingValidator |
andValue(java.lang.String expectedTagValue)
This method verifies that the tag infos of a PDF document contain a key-value
pair with the expected name and expected value.
|
TaggingValidator |
isTagged()
A tagged PDF contains a node with "/MarkInfo" of type dictionary with an entry "/Marked".
|
TaggingValidator |
with(java.lang.String expectedName)
This method verifies that a tag with the given name exists.
|
protected TaggingValidator(com.pdfunit.internal.spi.IDocument pdfDocument)
public TaggingValidator isTagged()
@Guarded public TaggingValidator with(java.lang.String expectedName)
@Guarded public TaggingValidator andValue(java.lang.String expectedTagValue)
Copyright (C) PDFUnit.com. See here for license.