Package writer2latex.xhtml
Class ParStyleConverter
- java.lang.Object
-
- writer2latex.xhtml.ConverterHelper
-
- writer2latex.xhtml.StyleConverterHelper
-
- writer2latex.xhtml.StyleWithPropertiesConverterHelper
-
- writer2latex.xhtml.ParStyleConverter
-
public class ParStyleConverter extends StyleWithPropertiesConverterHelper
This class converts OpenDocument paragraph styles to CSS2 styles for use in ordinary paragraphs. This also includes conversion of paragraph properties in other styles (heading styles, cell styles).
-
-
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
Constructors Constructor Description ParStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType)Create a newParStyleConverter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyProperties(StyleWithProperties style, CSVList props, boolean bInherit)Convert formatting properties for a specific Par style.voidcssPageBreak(StyleWithProperties style, CSVList props, boolean bInherit)voidcssPar(StyleWithProperties style, CSVList props, boolean bInherit)java.lang.StringgetDefaultTagName(StyleWithProperties style)Create default tag name to represent a paragraphjava.lang.StringgetRealParStyleName(java.lang.String sStyleName)OfficeStyleFamilygetStyles()Get the family of paragraph stylesjava.lang.StringgetTextBackground(java.lang.String sStyleName)-
Methods inherited from class writer2latex.xhtml.StyleWithPropertiesConverterHelper
applyStyle, getClassNamePrefix, getStyleDeclarations
-
Methods inherited from class writer2latex.xhtml.StyleConverterHelper
applyDirection, applyLang, colScale, scale
-
Methods inherited from class writer2latex.xhtml.ConverterHelper
applyStyle, getCellSc, getDrawCv, getFrameSc, getHeadingSc, getListSc, getMathCv, getPageSc, getParSc, getPresentationSc, getRowSc, getSectionSc, getStyleCv, getTableCv, getTableSc, getTextCv, getTextSc
-
-
-
-
Constructor Detail
-
ParStyleConverter
public ParStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType)
Create a newParStyleConverter- Parameters:
ofr- anOfficeReaderto read style information fromconfig- the configuration to useconverter- the mainConverterclassnType- the type of XHTML to use
-
-
Method Detail
-
getStyles
public OfficeStyleFamily getStyles()
Get the family of paragraph styles- Specified by:
getStylesin classStyleConverterHelper- Returns:
- the style family
-
getDefaultTagName
public java.lang.String getDefaultTagName(StyleWithProperties style)
Create default tag name to represent a paragraph- Specified by:
getDefaultTagNamein classStyleWithPropertiesConverterHelper- Parameters:
style- to use- Returns:
- the tag name.
-
applyProperties
public void applyProperties(StyleWithProperties style, CSVList props, boolean bInherit)
Convert formatting properties for a specific Par 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)
-
getTextBackground
public java.lang.String getTextBackground(java.lang.String sStyleName)
-
getRealParStyleName
public java.lang.String getRealParStyleName(java.lang.String sStyleName)
-
cssPageBreak
public void cssPageBreak(StyleWithProperties style, CSVList props, boolean bInherit)
-
cssPar
public void cssPar(StyleWithProperties style, CSVList props, boolean bInherit)
-
-