public class StylesHelper extends Object
| Constructor and Description |
|---|
StylesHelper() |
| Modifier and Type | Method and Description |
|---|---|
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 SpanProperties |
createSpanProperties(String style)
Create
SpanProperties from inline style. |
static TableCellProperties |
createTableCellProperties(Attributes attributes) |
static TableProperties |
createTableProperties(Attributes attributes) |
static TableRowProperties |
createTableRowProperties(Attributes attributes) |
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 - public static SpanProperties createSpanProperties(String style)
SpanProperties from inline style.style - public static TableProperties createTableProperties(Attributes attributes)
public static TableRowProperties createTableRowProperties(Attributes attributes)
public static TableCellProperties createTableCellProperties(Attributes attributes)
Copyright © 2015. All Rights Reserved.