diff options
Diffstat (limited to 'fxjs/cjs_field.h')
-rw-r--r-- | fxjs/cjs_field.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fxjs/cjs_field.h b/fxjs/cjs_field.h index 52ddbf70d1..1263f0b775 100644 --- a/fxjs/cjs_field.h +++ b/fxjs/cjs_field.h @@ -405,6 +405,7 @@ class CJS_Field : public CJS_Object { int& iControlNo); std::vector<CPDF_FormField*> GetFormFields( const WideString& csFieldName) const; + CPDF_FormField* GetFirstFormField() const; CPDF_FormControl* GetSmartFieldControl(CPDF_FormField* pFormField); bool ValueIsOccur(CPDF_FormField* pFormField, WideString csOptLabel); |