Uses of Interface
com.atlassian.adf.model.mark.type.CodeTextMark
-
Packages that use CodeTextMark 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.mark.unsupported Special marks that wrap opaque mark values that have an unrecognized type. -
-
Uses of CodeTextMark in com.atlassian.adf.model.mark
Classes in com.atlassian.adf.model.mark that implement CodeTextMark Modifier and Type Class Description classAnnotationThe annotation mark shows the presence of an annotation or comment on a node.classCodeThecodemark sets code styling.classLinkThelinkmark sets a hyperlink. -
Uses of CodeTextMark in com.atlassian.adf.model.mark.type
Methods in com.atlassian.adf.model.mark.type that return CodeTextMark Modifier and Type Method Description CodeTextMarkCodeTextMark. copy() -
Uses of CodeTextMark in com.atlassian.adf.model.mark.unsupported
Classes in com.atlassian.adf.model.mark.unsupported that implement CodeTextMark Modifier and Type Class Description classUnsupportedTextMarkRepresents some unknown mark that was used on atextnode.
-