diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_checkbutton.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_checkbutton.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/cxfa_checkbutton.h b/xfa/fxfa/parser/cxfa_checkbutton.h index f107de3206..b603dd0ca1 100644 --- a/xfa/fxfa/parser/cxfa_checkbutton.h +++ b/xfa/fxfa/parser/cxfa_checkbutton.h @@ -15,6 +15,9 @@ class CXFA_CheckButton : public CXFA_Node { ~CXFA_CheckButton() override; XFA_FFWidgetType GetDefaultFFWidgetType() const override; + + bool IsRound(); + XFA_AttributeEnum GetMark(); }; #endif // XFA_FXFA_PARSER_CXFA_CHECKBUTTON_H_ |