Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PdfSaveOptions Class / getFormFields Method
In This Topic
    getFormFields 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 boolean getFormFields()

    Return 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