Uses of Class
com.atlassian.confluence.tinymceplugin.placeholder.StyledString
Packages that use StyledString
-
Uses of StyledString in com.atlassian.confluence.tinymceplugin.placeholder
Methods in com.atlassian.confluence.tinymceplugin.placeholder with parameters of type StyledStringModifier and TypeMethodDescriptionDefaultPlaceholderImageFactory.getPlaceholderImage
(StyledString styledString, InputStream iconStream, Color backgroundColor) DefaultPlaceholderImageFactory.getPlaceholderImage
(StyledString styledString, InputStream iconStream, Color backgroundColor, Color borderColor, boolean roundedCorner) PlaceholderImageFactory.getPlaceholderImage
(StyledString styledString, InputStream iconStream, Color backgroundColor) Generate placeholder image.PlaceholderImageFactory.getPlaceholderImage
(StyledString styledString, InputStream iconStream, Color backgroundColor, Color borderColor, boolean roundedCorner) Generate placeholder image.Method parameters in com.atlassian.confluence.tinymceplugin.placeholder with type arguments of type StyledStringModifier and TypeMethodDescriptionDefaultPlaceholderImageFactory.getPlaceholderHeading
(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor) PlaceholderImageFactory.getPlaceholderHeading
(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor) Generate a placeholder image that is suitable for use as a header in a body macro.DefaultPlaceholderImageFactory.getPlaceholderImage
(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor) DefaultPlaceholderImageFactory.getPlaceholderImage
(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor, Color borderColor, boolean roundedCorner) PlaceholderImageFactory.getPlaceholderImage
(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor) Generate placeholder image.PlaceholderImageFactory.getPlaceholderImage
(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor, Color borderColor, boolean roundedCorner) Generate placeholder image.