Class PlainTextMacroBody

  • All Implemented Interfaces:
    MacroBody

    public class PlainTextMacroBody
    extends Object
    implements MacroBody
    Holds plain text and preserves white space.

    When presented for use in the editor, HTML content will be escaped.

    When presented for use in storage, the body will be wrapped in a CDATA section.