|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.opensagres.xdocreport.document.textstyling.html.StylesHelper
public class StylesHelper
| Constructor Summary | |
|---|---|
StylesHelper()
|
|
| Method Summary | |
|---|---|
static HeaderProperties |
createHeaderProperties(String style)
Create HeaderProperties from inline style. |
static ListItemProperties |
createListItemProperties(String style)
Create ListItemProperties from inline style. |
static ListProperties |
createListProperties(String style)
Create ListProperties from inline style. |
static ParagraphProperties |
createParagraphProperties(String style)
Create ParagraphProperties from inline style. |
static Map<String,String> |
parse(String style)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StylesHelper()
| Method Detail |
|---|
public static Map<String,String> parse(String style)
public static ParagraphProperties createParagraphProperties(String style)
ParagraphProperties from inline style.
style -
public static HeaderProperties createHeaderProperties(String style)
HeaderProperties from inline style.
style -
public static ListItemProperties createListItemProperties(String style)
ListItemProperties from inline style.
style -
public static ListProperties createListProperties(String style)
ListProperties from inline style.
style -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||