Package writer2latex.xhtml
Class SectionStyleConverter
java.lang.Object
writer2latex.xhtml.StyleConverterHelper
writer2latex.xhtml.StyleWithPropertiesConverterHelper
writer2latex.xhtml.SectionStyleConverter
This class converts OpenDocument section styles to CSS2 styles.
Sections are formatted using (a subset of) box properties and with columns.
The latter would require css3 to be converted (column-count property)
-
Field Summary
Fields inherited from class writer2latex.xhtml.StyleConverterHelper
bConvertHard, bConvertStyles, nType, styleMap, styleNames -
Constructor Summary
ConstructorsConstructorDescriptionSectionStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType) Create a newSectionStyleConverter -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyProperties(StyleWithProperties style, CSVList props, boolean bInherit) Convert formatting properties for a specific section style.Create default tag name to represent a section objectGet the family of section stylesMethods inherited from class writer2latex.xhtml.StyleWithPropertiesConverterHelper
applyStyle, getClassNamePrefix, getStyleDeclarationsMethods inherited from class writer2latex.xhtml.StyleConverterHelper
applyDirection, applyLang, colScale, scale
-
Constructor Details
-
SectionStyleConverter
Create a newSectionStyleConverter- 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 section styles- Specified by:
getStylesin classStyleConverterHelper- Returns:
- the style family
-
getDefaultTagName
Create default tag name to represent a section object
- Specified by:
getDefaultTagNamein classStyleWithPropertiesConverterHelper- Parameters:
style- to use- Returns:
- the tag name. If the style is null, a default result should be returned.
-
applyProperties
Convert formatting properties for a specific section 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)
-