Class HtmlWriterOptions


  • public class HtmlWriterOptions
    extends InteractionWriterOptions
    Class that lists all possible options for MI HTML writer. All the options in InteractionWriterOptions are also valid for MI HTML writer.
    Since:
    06/12/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Field Detail

      • WRITE_HTML_HEADER_BODY_OPTION

        public static final String WRITE_HTML_HEADER_BODY_OPTION
        This option is for writing a header and body. It has to be a boolean value. If this option is not provided, it will write a header and body by default.
        See Also:
        Constant Field Values
      • MI_HTML_FORMAT

        public static final String MI_HTML_FORMAT
        The html format value to use with HtmlWriterOptions.OUTPUT_FORMAT_OPTION_KEY
        See Also:
        Constant Field Values
    • Constructor Detail

      • HtmlWriterOptions

        public HtmlWriterOptions()