Uses of Interface
com.atlassian.adf.model.mark.type.MediaSingleMark
-
Packages that use MediaSingleMark 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 MediaSingleMark in com.atlassian.adf.model.mark
Classes in com.atlassian.adf.model.mark that implement MediaSingleMark Modifier and Type Class Description classLinkThelinkmark sets a hyperlink. -
Uses of MediaSingleMark in com.atlassian.adf.model.mark.type
Methods in com.atlassian.adf.model.mark.type that return MediaSingleMark Modifier and Type Method Description MediaSingleMarkMediaSingleMark. copy() -
Uses of MediaSingleMark in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return types with arguments of type MediaSingleMark Modifier and Type Method Description Class<MediaSingleMark>MediaSingle. markClass()Methods in com.atlassian.adf.model.node with parameters of type MediaSingleMark Modifier and Type Method Description MediaSingleMediaSingle. mark(MediaSingleMark mark)
-