Uses of Class
com.atlassian.adf.model.node.BulletList
-
Packages that use BulletList Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of BulletList in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return BulletList Modifier and Type Method Description static BulletListBulletList. bulletList()static BulletListBulletList. bulletList(ListItem... content)static BulletListBulletList. bulletList(Iterable<? extends ListItem> content)static BulletListBulletList. bulletList(Stream<? extends ListItem> content)BulletListBulletList. copy()static BulletListBulletList. ul()static BulletListBulletList. ul(ListItem... content)static BulletListBulletList. ul(Iterable<? extends ListItem> content)static BulletListBulletList. ul(Stream<? extends ListItem> content)
-