HomeSort by relevance Sort by last modified time
    Searched defs:CJX_Para (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_para.h 14 class CJX_Para : public CJX_Node {
16 explicit CJX_Para(CXFA_Para* node);
17 ~CJX_Para() override;
cjx_para.cpp 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
    [all...]

Completed in 82 milliseconds