Home | History | Annotate | Download | only in xfa

Lines Matching full:pvalue

15 void CJX_Font::lineThrough(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Font::typeface(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Font::fontHorizontalScale(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_Font::use(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_Font::kerningMode(CFXJSE_Value* pValue,
42 Script_Attribute_String(pValue, bSetting, eAttribute);
45 void CJX_Font::underline(CFXJSE_Value* pValue,
48 Script_Attribute_String(pValue, bSetting, eAttribute);
51 void CJX_Font::baselineShift(CFXJSE_Value* pValue,
54 Script_Attribute_String(pValue, bSetting, eAttribute);
57 void CJX_Font::overlinePeriod(CFXJSE_Value* pValue,
60 Script_Attribute_String(pValue, bSetting, eAttribute);
63 void CJX_Font::letterSpacing(CFXJSE_Value* pValue,
66 Script_Attribute_String(pValue, bSetting, eAttribute);
69 void CJX_Font::lineThroughPeriod(CFXJSE_Value* pValue,
72 Script_Attribute_String(pValue, bSetting, eAttribute);
75 void CJX_Font::fontVerticalScale(CFXJSE_Value* pValue,
78 Script_Attribute_String(pValue, bSetting, eAttribute);
81 void CJX_Font::size(CFXJSE_Value* pValue,
84 Script_Attribute_String(pValue, bSetting, eAttribute);
87 void CJX_Font::posture(CFXJSE_Value* pValue,
90 Script_Attribute_String(pValue, bSetting, eAttribute);
93 void CJX_Font::usehref(CFXJSE_Value* pValue,
96 Script_Attribute_String(pValue, bSetting, eAttribute);
99 void CJX_Font::weight(CFXJSE_Value* pValue,
102 Script_Attribute_String(pValue, bSetting, eAttribute);
105 void CJX_Font::underlinePeriod(CFXJSE_Value* pValue,
108 Script_Attribute_String(pValue, bSetting, eAttribute);
111 void CJX_Font::overline(CFXJSE_Value* pValue,
114 Script_Attribute_String(pValue, bSetting, eAttribute);