Uses of Class
com.atlassian.adf.model.node.Caption
-
Packages that use Caption Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of Caption in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return Caption Modifier and Type Method Description static CaptionCaption. caption()static CaptionCaption. caption(CaptionContent content)static CaptionCaption. caption(CaptionContent... content)static CaptionCaption. caption(Iterable<? extends CaptionContent> content)static CaptionCaption. caption(String content)static CaptionCaption. caption(String... content)static CaptionCaption. caption(Stream<? extends CaptionContent> content)CaptionCaption. content(String content)CaptionCaption. content(String... content)CaptionCaption. copy()Methods in com.atlassian.adf.model.node that return types with arguments of type Caption Modifier and Type Method Description Optional<Caption>MediaSingle. caption()Returns the caption for the media item, if set.Methods in com.atlassian.adf.model.node with parameters of type Caption Modifier and Type Method Description MediaSingleMediaSingle. caption(Caption caption)
-