Package writer2latex.xhtml
Class TableStyleConverter
java.lang.Object
writer2latex.xhtml.StyleConverterHelper
writer2latex.xhtml.StyleWithPropertiesConverterHelper
writer2latex.xhtml.TableStyleConverter
This class converts OpenDocument table styles to CSS2 styles.
Table formatting includes background, alignment,
margins, and also width, which is considered elsewhere.
-
Field Summary
Fields inherited from class writer2latex.xhtml.StyleConverterHelper
bConvertHard, bConvertStyles, nType, styleMap, styleNames -
Constructor Summary
ConstructorsConstructorDescriptionTableStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType) Create a newTableStyleConverter -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyProperties(StyleWithProperties style, CSVList props, boolean bInherit) Convert formatting properties for a specific table style.Create default tag name to represent a table objectGet the family of table stylesMethods inherited from class writer2latex.xhtml.StyleWithPropertiesConverterHelper
applyStyle, getClassNamePrefix, getStyleDeclarationsMethods inherited from class writer2latex.xhtml.StyleConverterHelper
applyDirection, applyLang, colScale, scale
-
Constructor Details
-
TableStyleConverter
Create a newTableStyleConverter- Parameters:
ofr- anOfficeReaderto read style information fromconfig- the configuration to useconverter- the mainConverterclassnType- the type of xhtml to use
-
-
Method Details
-
getStyles
Get the family of table styles- Specified by:
getStylesin classStyleConverterHelper- Returns:
- the style family
-
getDefaultTagName
Create default tag name to represent a table object- Specified by:
getDefaultTagNamein classStyleWithPropertiesConverterHelper- Parameters:
style- to use- Returns:
- the tag name
-
applyProperties
Convert formatting properties for a specific table style.- Specified by:
applyPropertiesin classStyleWithPropertiesConverterHelper- Parameters:
style- the style to convertprops- theCSVListobject to add information tobInherit- true if properties should be inherited from parent style(s)
-