User`s guide
12 Classes – Alphabetical List
12-268
mlreportgen.dom.Strike class
Package: mlreportgen.dom
Strike through text
Description
Specifies whether to use a strikethrough line for a text object. Strike appears as a single,
horizontal line drawn through the text.
Construction
strikeObj = Strike() draws a single, horizontal line through text.
strikeObj = Strike(type) draws a line of the specified type through text.
Input Arguments
type — Specifies strike type
string
String specifying the strike type. Choices are:
• 'single' — Single horizontal line (default)
• 'none' — No strikethrough line
• 'double' — Double horizontal line
Output Arguments
strike — Strike through text
mlreportgen.dom.Strike object
An mlreportgen.dom.Strike object representing strikethrough text.