Uses of Interface
com.atlassian.adf.model.mark.type.FormattedTextMark
-
Packages that use FormattedTextMark 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 FormattedTextMark in com.atlassian.adf.model.mark
Classes in com.atlassian.adf.model.mark that implement FormattedTextMark Modifier and Type Class Description classAnnotationThe annotation mark shows the presence of an annotation or comment on a node.classEmTheemmark sets italic (emphasis) styling.classLinkThelinkmark sets a hyperlink.classStrikeTheemmark sets strike-through styling.classStrongTheemmark sets strong styling.classSubSupThesubsupmark sets superscript or subscript styling.classTextColorThetextColormark adds<span style="color: #ff0000;">...</span>color styling.classUnderlineTheunderlinemark sets underline styling. -
Uses of FormattedTextMark in com.atlassian.adf.model.mark.type
Methods in com.atlassian.adf.model.mark.type that return FormattedTextMark Modifier and Type Method Description FormattedTextMarkFormattedTextMark. copy() -
Uses of FormattedTextMark in com.atlassian.adf.model.mark.unsupported
Classes in com.atlassian.adf.model.mark.unsupported that implement FormattedTextMark Modifier and Type Class Description classUnsupportedTextMarkRepresents some unknown mark that was used on atextnode.
-