Anyone know if font.lineThrough and font.lineThroughPeriod is broken in LCD 9, Acrobat 9?
I have a check box in a row, and if checked I'd like the data in the row to have a strikethrough. Even in "simple testing" where I set up a simple textfield and checkbox this script is not working. Even tried it in FormCalc. Even tried it as a simple EXIT code on the textfield (this.font.lineThroughPeriod = "all";). Nope.
?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
the lineThrough property has three numeric values:
So:
TextField1.font.lineThrough = "1";
would give you a single line through for TextField1.
Hope that helps,
Niall
Views
Replies
Total Likes
Hi,
the lineThrough property has three numeric values:
So:
TextField1.font.lineThrough = "1";
would give you a single line through for TextField1.
Hope that helps,
Niall
Views
Replies
Total Likes
Hi Niall -
Yeah, for some reason that was not working prior. I had also tried the lineThroughPeriod and was not able to get it working. I again tried it in a new PDF and it started working, then switched back to my main PDF and it worked. Odd. I noticed also I was using the CTRL + SHIFT method to put in full SOM expression and that was NOT working properly prior also. Now it is putting in the correct SOM expression, so somethng must have been off.
Thanks
Views
Replies
Total Likes