Package | Description |
---|---|
aspose.pdf |
Modifier and Type | Class and Description |
---|---|
class |
CompareValidator
Compares the value entered by the user in an input control with the value entered in another input control, or with a constant value.
|
class |
CustomValidator
Performs user-defined validation on an input control.
|
class |
RangeValidator
Checks whether the value of an input control is within a specified range of values.
|
class |
RegularExpressionValidator
Makes the associated input control a required field.
|
class |
RequiredFieldValidator
Makes the associated input control a required field.
|
Modifier and Type | Method and Description |
---|---|
BaseValidator |
ValidatorCollection.get_Item(int index) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorCollection.add(BaseValidator validator)
Adds a new object derived from
BaseValidator object into the collection. |
void |
ValidatorCollection.insert(int index,
BaseValidator validator) |
void |
ValidatorCollection.set_Item(int index,
BaseValidator value) |
Copyright © 2016 Aspose. All Rights Reserved.