writer2latex.xhtml
Class TableStyleConverter
java.lang.Object
writer2latex.xhtml.ConverterHelper
writer2latex.xhtml.StyleConverterHelper
writer2latex.xhtml.StyleWithPropertiesConverterHelper
writer2latex.xhtml.TableStyleConverter
public class TableStyleConverter
- extends StyleWithPropertiesConverterHelper
This class converts OpenDocument table styles to CSS2 styles.
Table formatting includes background, alignment,
margins, and also width, which is considered elsewhere.
| Methods inherited from class writer2latex.xhtml.ConverterHelper |
applyStyle, getCellSc, getDrawCv, getFrameSc, getListSc, getMathCv, getPageSc, getParSc, getPresentationSc, getRowSc, getSectionSc, getStyleCv, getTableCv, getTableSc, getTextCv, getTextSc |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableStyleConverter
public TableStyleConverter(OfficeReader ofr,
XhtmlConfig config,
Converter converter,
int nType)
- Create a new
TableStyleConverter
- Parameters:
ofr - an OfficeReader to read style information fromconfig - the configuration to useconverter - the main Converter classnType - the type of xhtml to use
getStyles
public OfficeStyleFamily getStyles()
- Get the family of table styles
- Specified by:
getStyles in class StyleConverterHelper
- Returns:
- the style family
getDefaultTagName
public java.lang.String getDefaultTagName(StyleWithProperties style)
- Create default tag name to represent a table object
- Specified by:
getDefaultTagName in class StyleWithPropertiesConverterHelper
- Parameters:
style - to use
- Returns:
- the tag name
applyProperties
public void applyProperties(StyleWithProperties style,
CSVList props,
boolean bInherit)
- Convert formatting properties for a specific table style.
- Specified by:
applyProperties in class StyleWithPropertiesConverterHelper
- Parameters:
style - the style to convertprops - the CSVList object to add information tobInherit - true if properties should be inherited from parent style(s)
cssTable
private void cssTable(StyleWithProperties style,
CSVList props,
boolean bInherit)