Question
get FontSize of the text
Hi,
how to get the font size of the text? the following code returns empty
var oProp = doc.GetTextPropVal( textRange.beg, Constants.FP_FontSize);
alert(oProp.propVal.sval);
pls help
Hi,
how to get the font size of the text? the following code returns empty
var oProp = doc.GetTextPropVal( textRange.beg, Constants.FP_FontSize);
alert(oProp.propVal.sval);
pls help
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.