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