Class MarkdownExtensions.DataKeyTableCaptionHandling

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final DataKey<TableCaptionHandling> key
      private final TableCaptionHandling value
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final DataKey<TableCaptionHandling> getKey()
      final TableCaptionHandling getValue()
      Unit set()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MarkdownExtensions.DataKeyTableCaptionHandling

        MarkdownExtensions.DataKeyTableCaptionHandling(DataKey<TableCaptionHandling> key, TableCaptionHandling value)
    • Method Detail

      • getKey

         final DataKey<TableCaptionHandling> getKey()
      • getValue

         final TableCaptionHandling getValue()