com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class ComboBoxField

    • Constructor Detail

      • ComboBoxField

        public ComboBoxField()

        Constructor for ComboBoxField to be used in Generator.

      • ComboBoxField

        public ComboBoxField(IDocument doc)

        Creates CombBox field to work with Generator.

        Parameters:
        doc - Document where field will be created.
      • ComboBoxField

        public ComboBoxField(Page page,
                             Rectangle rect)
        Constructor for ComboBox Field.
        Parameters:
        page - Page where field will be placed.
        rect - Rectangle which defines size and position of the field on the page.
      • ComboBoxField

        public ComboBoxField(IDocument doc,
                             Rectangle rect)

        Constructor for Combobox field.

        Parameters:
        doc - Document where field should be created.
        rect - Rectangle which defines size and position of the field.
    • Method Detail

      • getEditable

        public boolean getEditable()

        Gets editable status of the field.

        Returns:
        boolean value
      • setEditable

        public void setEditable(boolean value)

        Sets editable status of the field.

        Parameters:
        value - boolean value
      • getSpellCheck

        public boolean getSpellCheck()

        Gets spellchaeck activiity status.

        Returns:
        boolean value
      • setSpellCheck

        public void setSpellCheck(boolean value)

        Sets spellchaeck activity status.

        Parameters:
        value - boolean value