writer2latex.xhtml

Class CellStyleConverter

public class CellStyleConverter extends StyleWithPropertiesConverterHelper

This class converts OpenDocument cell styles to CSS2 styles. Cells are formatted using box properties and alignment.
Constructor Summary
CellStyleConverter(OfficeReader ofr, Config config, Converter converter, int nType)
Create a new CellStyleConverter
Method Summary
voidapplyProperties(StyleWithProperties style, CSVList props, boolean bInherit)
Convert formatting properties for a specific Cell style.
StringgetDefaultTagName(StyleWithProperties style)
Create default tag name to represent a Cell object
OfficeStyleFamilygetStyles()
Get the family of cell styles

Constructor Detail

CellStyleConverter

public CellStyleConverter(OfficeReader ofr, Config config, Converter converter, int nType)
Create a new CellStyleConverter

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 Detail

applyProperties

public void applyProperties(StyleWithProperties style, CSVList props, boolean bInherit)
Convert formatting properties for a specific Cell style.

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 Cell object

Parameters: style to use

Returns: the tag name.

getStyles

public OfficeStyleFamily getStyles()
Get the family of cell styles

Returns: the style family