public interface HTMLEditorStyleExtensionPoint
Modifier and Type | Method and Description |
---|---|
StyleCategory |
getImage(Map<String,Object> contextualParameters)
Get the list of styles for images
|
StyleCategory |
getLink(Map<String,Object> contextualParameters)
Get the list of styles for link
|
StyleCategory |
getOrderedList(Map<String,Object> contextualParameters)
Get the list of styles for ordered lists
|
StyleCategory |
getPara(Map<String,Object> contextualParameters)
Get the list of styles for paragraphs
|
StyleCategory |
getTable(Map<String,Object> contextualParameters)
Get the list of styles for tables
|
StyleCategory |
getUnorderedList(Map<String,Object> contextualParameters)
Get the list of styles for unordered lists
|
StyleCategory getPara(Map<String,Object> contextualParameters)
contextualParameters
- Contextuals parameters transmitted by the environment.StyleCategory getTable(Map<String,Object> contextualParameters)
contextualParameters
- Contextuals parameters transmitted by the environment.StyleCategory getLink(Map<String,Object> contextualParameters)
contextualParameters
- Contextuals parameters transmitted by the environment.StyleCategory getImage(Map<String,Object> contextualParameters)
contextualParameters
- Contextuals parameters transmitted by the environment.StyleCategory getUnorderedList(Map<String,Object> contextualParameters)
contextualParameters
- Contextuals parameters transmitted by the environment.StyleCategory getOrderedList(Map<String,Object> contextualParameters)
contextualParameters
- Contextuals parameters transmitted by the environment.