Package com.scroogexhtml.xmldom.table
Class TableCssBuilder
java.lang.Object
com.scroogexhtml.xmldom.table.TableCssBuilder
CSS builder for table cell style.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
setCellStyle
(Element td, CellDef cd) Sets the style properties of a table cell based on the provided cell definition.
-
Method Details
-
setCellStyle
Sets the style properties of a table cell based on the provided cell definition. The style includes the background color and vertical alignment as specified in the CellDef object.- Parameters:
td
- the Element representing the table cell to which styles are appliedcd
- the CellDef object containing the style properties for the table cell- See Also:
-