Uses of Class
io.thestencil.client.api.ImmutableImageTag
-
Packages that use ImmutableImageTag Package Description io.thestencil.client.api -
-
Uses of ImmutableImageTag in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableImageTag Modifier and Type Method Description ImmutableImageTagImmutableImageTag.Builder. build()Builds a newImmutableImageTag.static ImmutableImageTagImmutableImageTag. copyOf(Markdowns.ImageTag instance)Creates an immutable copy of aMarkdowns.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.
-