blob: 0a023369d8cf357632f1f1b0e34f11ec25e09972 [file] [log] [blame]
// Copyright 2017 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#ifndef FXJS_XFA_CJX_DRAW_H_
#define FXJS_XFA_CJX_DRAW_H_
#include "fxjs/jse_define.h"
#include "fxjs/xfa/cjx_container.h"
class CXFA_Draw;
class CJX_Draw final : public CJX_Container {
public:
explicit CJX_Draw(CXFA_Draw* node);
~CJX_Draw() override;
JSE_PROP(defaultValue); /* {default} */
JSE_PROP(rawValue);
};
#endif // FXJS_XFA_CJX_DRAW_H_