blob: 1850b151574c845ba2cabc2a261739a636519e89 [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
#include "fxjs/xfa/cjx_fill.h"
#include "xfa/fxfa/parser/cxfa_fill.h"
CJX_Fill::CJX_Fill(CXFA_Fill* node) : CJX_Node(node) {}
CJX_Fill::~CJX_Fill() = default;
void CJX_Fill::use(CFXJSE_Value* pValue,
bool bSetting,
XFA_Attribute eAttribute) {
ScriptAttributeString(pValue, bSetting, eAttribute);
}
void CJX_Fill::presence(CFXJSE_Value* pValue,
bool bSetting,
XFA_Attribute eAttribute) {
ScriptAttributeString(pValue, bSetting, eAttribute);
}
void CJX_Fill::usehref(CFXJSE_Value* pValue,
bool bSetting,
XFA_Attribute eAttribute) {
ScriptAttributeString(pValue, bSetting, eAttribute);
}