Class Italic


public class Italic extends Markup

Renders some content in Italics

Since:
0.0.10
Author:
Thomas Kwashnak
  • Constructor Details

    • Italic

      public Italic(Object content)

      Creates an Italics object, and sets the content to be rendered in italics

      Parameters:
      content - Object content to render
      Since:
      0.0.10