Interface Block.TypeStage

  • All Known Implementing Classes:
    Block.Builder
    Enclosing class:
    Block

    public static interface Block.TypeStage
    • Method Detail

      • type

        Block.ContentStage type​(@NotNull
                                BlockType type)

        The type of block:

        • "text" - Regular text content
        • "heading" - Section or document headings
        • "section_heading" - Subsection headings
        • "table" - Tabular data with rows and columns
        • "table_head" - Table header cells
        • "table_cell" - Table body cells
        • "figure" - Images, charts, diagrams, or logos