Uses of Interface
com.atlassian.adf.model.mark.type.CodeBlockMark
-
Packages that use CodeBlockMark Package Description com.atlassian.adf.model.mark Marks are special document elements that are used to decoratetextnodes.com.atlassian.adf.model.mark.type Marker interfaces that help classify mark types by how they may be used.com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of CodeBlockMark in com.atlassian.adf.model.mark
Classes in com.atlassian.adf.model.mark that implement CodeBlockMark Modifier and Type Class Description classBreakoutThebreakoutmark sets block nodes to extend wider than the normal content area. -
Uses of CodeBlockMark in com.atlassian.adf.model.mark.type
Methods in com.atlassian.adf.model.mark.type that return CodeBlockMark Modifier and Type Method Description CodeBlockMarkCodeBlockMark. copy() -
Uses of CodeBlockMark in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return types with arguments of type CodeBlockMark Modifier and Type Method Description Class<CodeBlockMark>CodeBlock. markClass()
-