Class Strikethrough


public class Strikethrough extends Markup

Creates an element whose contents are crossed out, such as this.

Achieves this formatting by putting ~~ on either side of the content

Since:
0.0.10
Author:
Thomas Kwashnak
  • Constructor Details

    • Strikethrough

      public Strikethrough(Object content)

      Creates a new StrikeThrough node, which renders its contents as struck out.

      Does not allow for any Structure elements to be struck out.

      Parameters:
      content - The content to be struck out in rendering
      Since:
      0.0.10;