Controls the appearance of the
line extending through the text (also known as strikethrough).
SyntaxReference_Syntax.lineThroughPeriod = "all | word"
Values
Type
|
Values
|
String
|
The rendered line
shall extend across word breaks.
The
rendered line shall be interrupted at word breaks.
|
JavaScriptTextField1.font.lineThroughPeriod = "word";
FormCalcTextField1.font.lineThroughPeriod = "word"
|
|
|