Package com.aspose.html.forms

  • Class Summary 
    Class Description
    ButtonElement
    The ButtonElement represents a wrapper that is associated with the HTMLButtonElement.
    ButtonType
    This enumeration represents states of the button.
    DataListElement
    The DataListElement represents a wrapper that is associated with the HTMLDataListElement
    FormEditor
    This class represents the editor over the HTMLFormElement that creates a easier way for .net developers to edit the html forms.
    FormElement<T extends HTMLElement>
    The FormElementBase represent the generic field T: Type of form control elements
    FormElementBase
    Represents base class for form elements.
    FormElementType
    Represents an enumeration of the Form Elements types and their corresponding to the HTML Elements
    FormSubmitter
    This class allows to prepare specified HTMLFormElement, collects values from the form element, submit them to the remote server and receives a response.
    FormSubmitter.Value  
    InputElement
    The InputElement represents a wrapper that is associated with the HTMLInputElement.
    InputElementType
    Represent states of the input field.
    OptionCollection
    The OptionElements represents a wrapper that is associated with the IHTMLOptionsCollection
    OptionElement
    The OptionElement represents a wrapper that is associated with the HTMLOptionElement
    SelectElement
    The SelectElement represents a wrapper that is associated with the HTMLSelectElement
    SubmissionResult
    This class represents the result of the submitting form data to the server.
    TextAreaElement
    The TextAreaElement represents a wrapper that is associated with the HTMLTextAreaElement