Uses of Class
com.atlassian.confluence.tinymceplugin.placeholder.StyledString
-
Packages that use StyledString Package Description com.atlassian.confluence.tinymceplugin.placeholder -
-
Uses of StyledString in com.atlassian.confluence.tinymceplugin.placeholder
Methods in com.atlassian.confluence.tinymceplugin.placeholder with parameters of type StyledString Modifier and Type Method Description BufferedImageDefaultPlaceholderImageFactory. getPlaceholderImage(StyledString styledString, InputStream iconStream, Color backgroundColor)BufferedImageDefaultPlaceholderImageFactory. getPlaceholderImage(StyledString styledString, InputStream iconStream, Color backgroundColor, Color borderColor, boolean roundedCorner)BufferedImagePlaceholderImageFactory. getPlaceholderImage(StyledString styledString, InputStream iconStream, Color backgroundColor)Generate placeholder image.BufferedImagePlaceholderImageFactory. 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 StyledString Modifier and Type Method Description BufferedImageDefaultPlaceholderImageFactory. getPlaceholderHeading(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor)BufferedImagePlaceholderImageFactory. getPlaceholderHeading(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor)Generate a placeholder image that is suitable for use as a header in a body macro.BufferedImageDefaultPlaceholderImageFactory. getPlaceholderImage(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor)BufferedImageDefaultPlaceholderImageFactory. getPlaceholderImage(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor, Color borderColor, boolean roundedCorner)BufferedImagePlaceholderImageFactory. getPlaceholderImage(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor)Generate placeholder image.BufferedImagePlaceholderImageFactory. getPlaceholderImage(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor, Color borderColor, boolean roundedCorner)Generate placeholder image.
-