Class NumeratedListBlock

All Implemented Interfaces:
Block

class NumeratedListBlock extends ListBlock
    1. item1
    2. item2
        - item2.1
        ...
 
  • Field Details

    • type

      private final int type
      order item type. one of Sink#NUMBERING_....
  • Constructor Details

    • NumeratedListBlock

      NumeratedListBlock(int type, ListItemBlock[] blocks)
      Creates the UnorderedListBlock.
      Parameters:
      type - order item type. one of Sink#NUMBERING_....
      blocks - list of list items, not null.
  • Method Details