writer2latex.xhtml
public class SectionStyleConverter extends StyleWithPropertiesConverterHelper
Constructor Summary | |
---|---|
SectionStyleConverter(OfficeReader ofr, Config config, Converter converter, int nType) Create a new SectionStyleConverter |
Method Summary | |
---|---|
void | applyProperties(StyleWithProperties style, CSVList props, boolean bInherit) Convert formatting properties for a specific section style. |
String | getDefaultTagName(StyleWithProperties style) Create default tag name to represent a section object |
OfficeStyleFamily | getStyles() Get the family of section styles |
SectionStyleConverter
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
Convert formatting properties for a specific section 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)
Create default tag name to represent a section object
Parameters: style to use
Returns: the tag name. If the style is null, a default result should be returned.
Returns: the style family