| Interface | Description | 
|---|---|
| HTMLEditorStyleExtensionPoint | 
 This extension point allows to determine which styles does exist for html edition 
 | 
| Class | Description | 
|---|---|
| AbstractEditorStyleMenu | 
 This StaticMenu also search for special tags to transform them into parameters thanks to HTMLEditorStyleExtensionPoint
 Special tags are
 
  table
  
 | 
| EmptyHTMLEditorStyleExtension | 
 Implementation that anwsers nothing 
 | 
| HTMLEditorStyleRichTextConfiguration | 
 Declares all rich text configurations relative the  
HTMLEditorStyleExtensionPoint | 
| ImageMenu | 
 Implementation for Table styles 
 | 
| LinkMenu | 
 Implementation for Table styles 
 | 
| OrderedListMenu | 
 Implementation for Table styles 
 | 
| ParaStyleClientSideElement | 
 This static client side element also add parameters taken from the HTMLEditorStyleExtensionPoint 
 | 
| StaticHTMLEditorStyleExtension | 
 This implementation is based upon a static configuration. 
 | 
| Style | 
 This class handle style for paragraphs 
 | 
| StyleCategory | 
 A category of style. 
 | 
| TableMenu | 
 Implementation for Table styles 
 | 
| UnorderedListMenu | 
 Implementation for Table styles 
 |