Package writer2latex.xhtml
Class ParStyleConverter
java.lang.Object
writer2latex.xhtml.ConverterHelper
writer2latex.xhtml.StyleConverterHelper
writer2latex.xhtml.StyleWithPropertiesConverterHelper
writer2latex.xhtml.ParStyleConverter
This class converts OpenDocument paragraph styles to CSS2 styles for
use in paragraphs and headings.
This also includes conversion of paragraph properties in other styles
(cell styles).
-
Field Summary
Fields inherited from class writer2latex.xhtml.StyleConverterHelper
bConvertHard, bConvertStyles, nType, styleMap, styleNamesFields inherited from class writer2latex.xhtml.ConverterHelper
config, converter, ofr -
Constructor Summary
ConstructorsConstructorDescriptionParStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType) Create a newParStyleConverter -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyProperties(StyleWithProperties style, CSVList props, boolean bInherit) Convert formatting properties for a specific Par style.voidcssPar(StyleWithProperties style, CSVList props, boolean bInherit) Create default tag name to represent a paragraphgetRealParStyleName(String sStyleName) getStyleDeclarations(String sIndent) Convert style information for used stylesGet the family of paragraph stylesgetTextBackground(String sStyleName) voidsetHeadingStyle(int nLevel, String sStyleName) Methods inherited from class writer2latex.xhtml.StyleWithPropertiesConverterHelper
applyStyle, getClassNamePrefixMethods inherited from class writer2latex.xhtml.StyleConverterHelper
applyDirection, applyLang, colScale, scaleMethods inherited from class writer2latex.xhtml.ConverterHelper
applyStyle, getCellSc, getDrawCv, getFrameSc, getListSc, getMathCv, getPageSc, getParSc, getPresentationSc, getRowSc, getSectionSc, getStyleCv, getTableCv, getTableSc, getTextCv, getTextSc
-
Constructor Details
-
ParStyleConverter
Create a newParStyleConverter- Parameters:
ofr- anOfficeReaderto read style information fromconfig- the configuration to useconverter- the mainConverterclassnType- the type of xhtml to use
-
-
Method Details
-
setHeadingStyle
-
getStyleDeclarations
Convert style information for used styles- Overrides:
getStyleDeclarationsin classStyleWithPropertiesConverterHelper- Parameters:
sIndent- a String of spaces to add before each line
-
getStyles
Get the family of paragraph styles- Specified by:
getStylesin classStyleConverterHelper- Returns:
- the style family
-
getDefaultTagName
Create default tag name to represent a paragraph- Specified by:
getDefaultTagNamein classStyleWithPropertiesConverterHelper- Parameters:
style- to use- Returns:
- the tag name.
-
applyProperties
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
-
getRealParStyleName
-
cssPar
-