Uses of Class
com.atlassian.adf.model.mark.Indentation
-
Packages that use Indentation 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 Indentation in com.atlassian.adf.model.mark
Methods in com.atlassian.adf.model.mark that return Indentation Modifier and Type Method Description IndentationIndentation. copy()static IndentationIndentation. indentation(int level) -
Uses of Indentation in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node with parameters of type Indentation Modifier and Type Method Description ParagraphParagraph. indentation(Indentation indentation)
-