diff options
Diffstat (limited to 'fxjs/cjx_object.h')
-rw-r--r-- | fxjs/cjx_object.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fxjs/cjx_object.h b/fxjs/cjx_object.h index 7cb91b9d27..27006f5169 100644 --- a/fxjs/cjx_object.h +++ b/fxjs/cjx_object.h @@ -10,6 +10,7 @@ #include "core/fxcrt/unowned_ptr.h" #include "core/fxcrt/widestring.h" #include "xfa/fxfa/fxfa_basic.h" +#include "xfa/fxfa/parser/cxfa_document.h" class CFXJSE_Value; class CXFA_Object; @@ -21,6 +22,8 @@ class CJX_Object { CXFA_Object* GetXFAObject() { return object_.Get(); } const CXFA_Object* GetXFAObject() const { return object_.Get(); } + CXFA_Document* GetDocument() const; + void Script_ObjectClass_ClassName(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute); |