Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PdfSaveOptions Class / setFormFields Method
@code:True if Excel form controls will be exported as PDF form fields.Otherwise, @code:false. The default value is @code:false.
In This Topic
    setFormFields Method
    In This Topic
    Indicates that whether to replace Excel form controls with PDF form fields. Not all controls and properties are supported.
    Syntax
    public void setFormFields( 
       boolean value
    )

    Parameters

    value
    @code:True if Excel form controls will be exported as PDF form fields.Otherwise, @code:false. The default value is @code:false.
    See Also