Uses of Class
com.atlassian.adf.model.mark.Border
-
Packages that use Border Package Description com.atlassian.adf.model.mark Marks are special document elements that are used to decoratetextnodes.com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of Border in com.atlassian.adf.model.mark
Methods in com.atlassian.adf.model.mark that return Border Modifier and Type Method Description static BorderBorder. border()static BorderBorder. border(Colors.Named color)static BorderBorder. border(Color color)static BorderBorder. border(String color)BorderBorder. color(Colors.Named color)BorderBorder. color(Color color)BorderBorder. color(String color)BorderBorder. copy()BorderBorder. size(int size) -
Uses of Border in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return types with arguments of type Border Modifier and Type Method Description Optional<Border>Media.AbstractMedia. border()Optional<Border>Media. border()Methods in com.atlassian.adf.model.node with parameters of type Border Modifier and Type Method Description NMedia.AbstractMedia. border(Border border)MediaMedia. border(Border border)
-