Aspose::Pdf::Forms::NumberField class
NumberField class
TextField with specified valid chars.
class NumberField : public Aspose::Pdf::Forms::TextBoxField
Methods
Method | Description |
---|---|
get_AllowedChars() const | Gets the allowed chars. |
NumberField() | Initializes a new instance of the NumberField class. |
NumberField(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>) | Initializes a new instance of the NumberField class. |
NumberField(System::SharedPtr<Document>, System::SharedPtr<Rectangle>) | Initializes a new instance of the NumberField class. |
set_AllowedChars(System::String) | Sets the allowed chars. |
See Also
- Class TextBoxField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++