lineThroughPeriod

Controls the appearance of the line extending through the text (also known as strikethrough).

Syntax

Reference_Syntax.lineThroughPeriod = "all | word"

Values

Type

Values

String

  • all (default)

  • word

The rendered line shall extend across word breaks.

  • word

The rendered line shall be interrupted at word breaks.

Applies to

Model

Object

Form Model

font

Version

XFA 2.1

Examples

JavaScript

TextField1.font.lineThroughPeriod = "word";

FormCalc

TextField1.font.lineThroughPeriod = "word"

// Ethnio survey code removed