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