Package writer2latex.xhtml
Class FrameStyleConverter
- java.lang.Object
-
- writer2latex.xhtml.ConverterHelper
-
- writer2latex.xhtml.StyleConverterHelper
-
- writer2latex.xhtml.StyleWithPropertiesConverterHelper
-
- writer2latex.xhtml.FrameStyleConverter
-
- Direct Known Subclasses:
PresentationStyleConverter
public class FrameStyleConverter extends StyleWithPropertiesConverterHelper
This class converts OpenDocument graphic (frame) styles to CSS2 styles. This includes conversion of frame properties in other styles (paragraph, cell, section, page and presentation 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 FrameStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType)Create a newFrameStyleConverter
-
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 frame style.java.lang.StringborderScale(java.lang.String sBorder)voidcssBackground(StyleWithProperties style, CSVList props, boolean bInherit)voidcssBackgroundCommon(StyleWithProperties style, CSVList props, boolean bInherit)voidcssBorder(StyleWithProperties style, CSVList props, boolean bInherit)voidcssBox(StyleWithProperties style, CSVList props, boolean bInherit)voidcssMargins(StyleWithProperties style, CSVList props, boolean bInherit)voidcssPadding(StyleWithProperties style, CSVList props, boolean bInherit)java.lang.StringgetClassNamePrefix()Return a prefix to be used in generated css class namesjava.lang.StringgetDefaultTagName(StyleWithProperties style)Create default tag name to represent a framejava.lang.StringgetStyleDeclarations(java.lang.String sIndent)Convert style information for used stylesOfficeStyleFamilygetStyles()Get the family of frame styles-
Methods inherited from class writer2latex.xhtml.StyleWithPropertiesConverterHelper
applyStyle
-
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
-
FrameStyleConverter
public FrameStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType)
Create a newFrameStyleConverter- Parameters:
ofr- anOfficeReaderto read style information fromconfig- the configuration to useconverter- the mainConverterclassnType- the type of xhtml to use
-
-
Method Detail
-
getStyleDeclarations
public java.lang.String getStyleDeclarations(java.lang.String sIndent)
Convert style information for used styles- Overrides:
getStyleDeclarationsin classStyleWithPropertiesConverterHelper- Parameters:
sIndent- a String of spaces to add before each line
-
getClassNamePrefix
public java.lang.String getClassNamePrefix()
Return a prefix to be used in generated css class names- Overrides:
getClassNamePrefixin classStyleWithPropertiesConverterHelper- Returns:
- the prefix
-
getStyles
public OfficeStyleFamily getStyles()
Get the family of frame styles- Specified by:
getStylesin classStyleConverterHelper- Returns:
- the style family
-
getDefaultTagName
public java.lang.String getDefaultTagName(StyleWithProperties style)
Create default tag name to represent a frame- 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 frame 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)
-
cssBox
public void cssBox(StyleWithProperties style, CSVList props, boolean bInherit)
-
cssMargins
public void cssMargins(StyleWithProperties style, CSVList props, boolean bInherit)
-
cssBorder
public void cssBorder(StyleWithProperties style, CSVList props, boolean bInherit)
-
cssPadding
public void cssPadding(StyleWithProperties style, CSVList props, boolean bInherit)
-
cssBackgroundCommon
public void cssBackgroundCommon(StyleWithProperties style, CSVList props, boolean bInherit)
-
cssBackground
public void cssBackground(StyleWithProperties style, CSVList props, boolean bInherit)
-
borderScale
public java.lang.String borderScale(java.lang.String sBorder)
-
-