Uses of Class
de.digitalcollections.model.text.contentblock.ContentBlock
-
Packages that use ContentBlock Package Description de.digitalcollections.model.text de.digitalcollections.model.text.contentblock -
-
Uses of ContentBlock in de.digitalcollections.model.text
Methods in de.digitalcollections.model.text that return types with arguments of type ContentBlock Modifier and Type Method Description List<ContentBlock>StructuredContent. getContentBlocks()Methods in de.digitalcollections.model.text with parameters of type ContentBlock Modifier and Type Method Description voidStructuredContent. addContentBlock(ContentBlock contentBlock)Method parameters in de.digitalcollections.model.text with type arguments of type ContentBlock Modifier and Type Method Description voidStructuredContent. setContentBlocks(List<ContentBlock> contentBlocks) -
Uses of ContentBlock in de.digitalcollections.model.text.contentblock
Subclasses of ContentBlock in de.digitalcollections.model.text.contentblock Modifier and Type Class Description classAudioAn embedded audio.classBlockquoteA blockquote.classBulletListA bullet list.classCodeBlockA code block.classContentBlockNodeclassContentBlockNodeWithAttributesclassContentBlockWithAttributesclassHardBreakA hard break in text.classHeadingA heading of specific level.classHorizontalRuleAn horizontal rule.classIFrameAn iframe element.classImageAn image with attributes.classListItemA list item of an (un)ordered list.classOrderedListAn ordered list.classParagraphA paragraph (can contain text and other content blocks).classTableA table.classTableCellA table cell of a table.classTableHeaderA table header of a table.classTableRowA row in a table.classTextA text (with optional marks for emphasizing etc.).classVideoAn embedded video.Fields in de.digitalcollections.model.text.contentblock with type parameters of type ContentBlock Modifier and Type Field Description protected List<ContentBlock>ContentBlockNode. contentBlocksMethods in de.digitalcollections.model.text.contentblock that return types with arguments of type ContentBlock Modifier and Type Method Description List<ContentBlock>ContentBlockNode. getContentBlocks()Methods in de.digitalcollections.model.text.contentblock with parameters of type ContentBlock Modifier and Type Method Description voidContentBlockNode. addContentBlock(ContentBlock contentBlock)Method parameters in de.digitalcollections.model.text.contentblock with type arguments of type ContentBlock Modifier and Type Method Description voidContentBlockNode. setContentBlocks(List<ContentBlock> contentBlocks)
-