writer2latex.xhtml
public class TableStyleConverter extends StyleWithPropertiesConverterHelper
| Constructor Summary | |
|---|---|
| TableStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType) Create a new TableStyleConverter | |
| Method Summary | |
|---|---|
| void | applyProperties(StyleWithProperties style, CSVList props, boolean bInherit) Convert formatting properties for a specific table style. |
| String | getDefaultTagName(StyleWithProperties style) Create default tag name to represent a table object |
| OfficeStyleFamily | getStyles() Get the family of table styles |
TableStyleConverterParameters: ofr an OfficeReader to read style information from config the configuration to use converter the main Converter class nType the type of xhtml to use
Parameters: style the style to convert props the CSVList object to add information to bInherit true if properties should be inherited from parent style(s)
Parameters: style to use
Returns: the tag name
Returns: the style family