@DoNotObfuscate
public final class FieldPropertyValidator
extends com.pdfunit.validators.AbstractValidator
Modifier | Constructor and Description |
---|---|
protected |
FieldPropertyValidator(SingleFieldValidator backReference,
com.pdfunit.internal.spi.IField currentField)
Create an instance taking later needed data as parameters.
|
Modifier and Type | Method and Description |
---|---|
FieldPropertyValidator |
checked()
Returns whether a field has the property 'checked'.
|
FieldPropertyValidator |
editable()
Returns whether a field has the property 'editable'.
|
FieldPropertyValidator |
exportable()
Returns whether a field has the property 'exportable'.
|
FieldPropertyValidator |
multiLine()
Returns whether a field has the property 'multi-line'.
|
FieldPropertyValidator |
multiSelect()
Returns whether a field has the property 'multi selectable'.
|
FieldPropertyValidator |
notExportable()
Returns whether a field does not have the property 'exportable'.
|
FieldPropertyValidator |
notSigned()
Returns whether a field does not have the property 'signed'.
|
FieldPropertyValidator |
notVisibleInPrint()
Returns whether a field does not have the property 'visible in print'.
|
FieldPropertyValidator |
notVisibleOnScreen()
Returns whether a field does not have the property 'visible on screen'.
|
FieldPropertyValidator |
optional()
Return whether a field does not have the property 'required'.
|
FieldPropertyValidator |
passwordProtected()
Returns whether a field has the property 'password protected'.
|
FieldPropertyValidator |
readOnly()
Returns whether a field has the property 'read only'.
|
FieldPropertyValidator |
required()
Returns whether a field has the property 'required'.
|
FieldPropertyValidator |
signed()
Returns whether a field has the property 'signed'.
|
FieldPropertyValidator |
singleLine()
Returns whether a field has the property 'single-line'.
|
FieldPropertyValidator |
singleSelect()
Returns whether a field has the property 'single selectable'.
|
FieldPropertyValidator |
unchecked()
Returns whether a field does not have the property 'checked'.
|
FieldPropertyValidator |
visibleInPrint()
Returns whether a field has the property 'visible in print'.
|
FieldPropertyValidator |
visibleOnScreen()
Returns whether a field has the property 'visible on screen'.
|
FieldPropertyValidator |
visibleOnScreenAndInPrint()
Returns whether a field has the property 'visible on screen and in print'.
|
protected FieldPropertyValidator(SingleFieldValidator backReference, com.pdfunit.internal.spi.IField currentField)
public FieldPropertyValidator checked()
public FieldPropertyValidator editable()
public FieldPropertyValidator exportable()
public FieldPropertyValidator multiLine()
public FieldPropertyValidator multiSelect()
public FieldPropertyValidator notExportable()
public FieldPropertyValidator notSigned()
public FieldPropertyValidator notVisibleInPrint()
public FieldPropertyValidator notVisibleOnScreen()
public FieldPropertyValidator optional()
public FieldPropertyValidator passwordProtected()
public FieldPropertyValidator readOnly()
public FieldPropertyValidator required()
public FieldPropertyValidator signed()
public FieldPropertyValidator singleLine()
public FieldPropertyValidator singleSelect()
public FieldPropertyValidator unchecked()
public FieldPropertyValidator visibleInPrint()
public FieldPropertyValidator visibleOnScreen()
public FieldPropertyValidator visibleOnScreenAndInPrint()
Copyright (C) PDFUnit.com. See here for license.