Package ai.extend.types
Interface Block.TypeStage
-
- All Known Implementing Classes:
Block.Builder
- Enclosing class:
- Block
public static interface Block.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Block.ContentStagetype(BlockType type)The type of block:
-
-
-
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
-
-