Home | History | Annotate | Download | only in xfa

Lines Matching full:pvalue

15 void CJX_Para::hAlign(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Para::textIndent(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Para::use(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_Para::marginRight(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_Para::marginLeft(CFXJSE_Value* pValue,
42 Script_Attribute_String(pValue, bSetting, eAttribute);
45 void CJX_Para::radixOffset(CFXJSE_Value* pValue,
48 Script_Attribute_String(pValue, bSetting, eAttribute);
51 void CJX_Para::preserve(CFXJSE_Value* pValue,
54 Script_Attribute_String(pValue, bSetting, eAttribute);
57 void CJX_Para::spaceBelow(CFXJSE_Value* pValue,
60 Script_Attribute_String(pValue, bSetting, eAttribute);
63 void CJX_Para::vAlign(CFXJSE_Value* pValue,
66 Script_Attribute_String(pValue, bSetting, eAttribute);
69 void CJX_Para::tabDefault(CFXJSE_Value* pValue,
72 Script_Attribute_String(pValue, bSetting, eAttribute);
75 void CJX_Para::tabStops(CFXJSE_Value* pValue,
78 Script_Attribute_String(pValue, bSetting, eAttribute);
81 void CJX_Para::usehref(CFXJSE_Value* pValue,
84 Script_Attribute_String(pValue, bSetting, eAttribute);
87 void CJX_Para::lineHeight(CFXJSE_Value* pValue,
90 Script_Attribute_String(pValue, bSetting, eAttribute);
93 void CJX_Para::spaceAbove(CFXJSE_Value* pValue,
96 Script_Attribute_String(pValue, bSetting, eAttribute);