Class StylesHelper
java.lang.Object
fr.opensagres.xdocreport.document.textstyling.html.StylesHelper
Styles Helper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HeaderPropertiescreateHeaderProperties(String style) CreateHeaderPropertiesfrom inline style.static ListItemPropertiescreateListItemProperties(String style) CreateListItemPropertiesfrom inline style.static ListPropertiescreateListProperties(String style) CreateListPropertiesfrom inline style.static ParagraphPropertiescreateParagraphProperties(String style) CreateParagraphPropertiesfrom inline style.static SpanPropertiescreateSpanProperties(String style) CreateSpanPropertiesfrom inline style.static TableCellPropertiescreateTableCellProperties(Attributes attributes) static TablePropertiescreateTableProperties(Attributes attributes) static TableRowPropertiescreateTableRowProperties(Attributes attributes)
-
Constructor Details
-
StylesHelper
public StylesHelper()
-
-
Method Details
-
parse
-
createParagraphProperties
CreateParagraphPropertiesfrom inline style.- Parameters:
style-- Returns:
-
createHeaderProperties
CreateHeaderPropertiesfrom inline style.- Parameters:
style-- Returns:
-
createListItemProperties
CreateListItemPropertiesfrom inline style.- Parameters:
style-- Returns:
-
createListProperties
CreateListPropertiesfrom inline style.- Parameters:
style-- Returns:
-
createSpanProperties
CreateSpanPropertiesfrom inline style.- Parameters:
style-- Returns:
-
createTableProperties
-
createTableRowProperties
-
createTableCellProperties
-