Uses of Class
io.thestencil.staticontent.api.ImmutableImageTag
-
Packages that use ImmutableImageTag Package Description io.thestencil.staticontent.api -
-
Uses of ImmutableImageTag in io.thestencil.staticontent.api
Methods in io.thestencil.staticontent.api that return ImmutableImageTag Modifier and Type Method Description ImmutableImageTagImmutableImageTag.Builder. build()Builds a newImmutableImageTag.static ImmutableImageTagImmutableImageTag. copyOf(MarkdownContent.ImageTag instance)Creates an immutable copy of aMarkdownContent.ImageTagvalue.ImmutableImageTagImmutableImageTag. withAltText(String value)Copy the current immutable object by setting a value for thealtTextattribute.ImmutableImageTagImmutableImageTag. withLine(Integer value)Copy the current immutable object by setting a value for thelineattribute.ImmutableImageTagImmutableImageTag. withPath(String value)Copy the current immutable object by setting a value for thepathattribute.ImmutableImageTagImmutableImageTag. withTitle(String value)Copy the current immutable object by setting a value for thetitleattribute.
-