writer2latex.xhtml

Class RowStyleConverter


public class RowStyleConverter
extends StyleWithPropertiesConverterHelper

This class converts OpenDocument row styles to CSS2 styles. Rows formatting includes background, and also height, which is considered elsewhere.

Field Summary

Fields inherited from class writer2latex.xhtml.StyleConverterHelper

bConvertHard, bConvertStyles, nType, styleMap, styleNames

Fields inherited from class writer2latex.xhtml.ConverterHelper

config, converter, ofr

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

Methods inherited from class writer2latex.xhtml.StyleWithPropertiesConverterHelper

applyProperties, applyStyle, getClassNamePrefix, getDefaultTagName, getStyleDeclarations

Methods inherited from class writer2latex.xhtml.StyleConverterHelper

applyDirection, applyLang, colScale, getStyleDeclarations, getStyles, scale

Methods inherited from class writer2latex.xhtml.ConverterHelper

applyStyle, getCellSc, getDrawCv, getFrameSc, getListSc, getMathCv, getPageSc, getParSc, getPresentationSc, getRowSc, getSectionSc, getStyleCv, getTableCv, getTableSc, getTextCv, getTextSc

Constructor Details

RowStyleConverter

public RowStyleConverter(OfficeReader ofr,
                         XhtmlConfig config,
                         Converter converter,
                         int nType)
Create a new RowStyleConverter
Parameters:
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

Method Details

applyProperties

public void applyProperties(StyleWithProperties style,
                            CSVList props,
                            boolean bInherit)
Convert formatting properties for a specific Row style.
Overrides:
applyProperties in interface StyleWithPropertiesConverterHelper
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)

getDefaultTagName

public String getDefaultTagName(StyleWithProperties style)
Create default tag name to represent a row object
Overrides:
getDefaultTagName in interface StyleWithPropertiesConverterHelper
Parameters:
style - to use
Returns:
the tag name.

getStyles

public OfficeStyleFamily getStyles()
Get the family of row styles
Overrides:
getStyles in interface StyleConverterHelper
Returns:
the style family