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

com.vladsch.flexmark.util.format.options.TableCaptionHandling Maven / Gradle / Ivy

The newest version!
package com.vladsch.flexmark.util.format.options;

public enum TableCaptionHandling {
  AS_IS,
  ADD,
  REMOVE_EMPTY,
  REMOVE,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy