Home | History | Annotate | Download | only in xfa

Lines Matching defs:CJX_Para

7 #include "fxjs/xfa/cjx_para.h"
11 CJX_Para::CJX_Para(CXFA_Para* node) : CJX_Node(node) {}
13 CJX_Para::~CJX_Para() = default;
15 void CJX_Para::hAlign(CFXJSE_Value* pValue,
21 void CJX_Para::textIndent(CFXJSE_Value* pValue,
27 void CJX_Para::use(CFXJSE_Value* pValue,
33 void CJX_Para::marginRight(CFXJSE_Value* pValue,
39 void CJX_Para::marginLeft(CFXJSE_Value* pValue,
45 void CJX_Para::radixOffset(CFXJSE_Value* pValue,
51 void CJX_Para::preserve(CFXJSE_Value* pValue,
57 void CJX_Para::spaceBelow(CFXJSE_Value* pValue,
63 void CJX_Para::vAlign(CFXJSE_Value* pValue,
69 void CJX_Para::tabDefault(CFXJSE_Value* pValue,
75 void CJX_Para::tabStops(CFXJSE_Value* pValue,
81 void CJX_Para::usehref(CFXJSE_Value* pValue,
87 void CJX_Para::lineHeight(CFXJSE_Value* pValue,
93 void CJX_Para::spaceAbove(CFXJSE_Value* pValue,