Class Cell

java.lang.Object
pro.verron.asciidoc.core.Cell

public class Cell extends Object
Table cell containing block-level content.
  • Constructor Details

    • Cell

      public Cell(List<Block> blocks)
      Constructs a Cell without a style.
      Parameters:
      blocks - cell content blocks
    • Cell

      public Cell(List<Block> blocks, @Nullable String style)
      Constructs a Cell with an optional style.
      Parameters:
      blocks - cell content blocks
      style - optional cell style, or null
  • Method Details