All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.acrolinx.sidebar.pojo.settings.InputFormat Maven / Gradle / Ivy

/* Copyright (c) 2018 Acrolinx GmbH */
package com.acrolinx.sidebar.pojo.settings;

/** Available formats used by the Acrolinx Server to process the check. */
public enum InputFormat {
  AUTO,

  HTML,

  MARKDOWN,

  TEXT,

  WORD_XML,

  XML
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy