writer2latex.xhtml
public class CellStyleConverter extends StyleWithPropertiesConverterHelper
| Constructor Summary | |
|---|---|
| CellStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType) Create a new CellStyleConverter | |
| Method Summary | |
|---|---|
| void | applyProperties(StyleWithProperties style, CSVList props, boolean bInherit) Convert formatting properties for a specific Cell style. |
| String | getDefaultTagName(StyleWithProperties style) Create default tag name to represent a Cell object |
| OfficeStyleFamily | getStyles() Get the family of cell styles |
CellStyleConverterParameters: 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