public class FrameStyleConverter extends StyleWithPropertiesConverterHelper
bConvertHard, bConvertStyles, nType, styleMap, styleNames
Constructor and Description |
---|
FrameStyleConverter(OfficeReader ofr,
XhtmlConfig config,
Converter converter,
int nType)
Create a new
FrameStyleConverter |
Modifier and Type | Method and Description |
---|---|
void |
applyProperties(StyleWithProperties style,
CSVList props,
boolean bInherit)
Convert formatting properties for a specific frame style.
|
java.lang.String |
borderScale(java.lang.String sBorder) |
void |
cssBackground(StyleWithProperties style,
CSVList props,
boolean bInherit) |
void |
cssBackgroundCommon(StyleWithProperties style,
CSVList props,
boolean bInherit) |
void |
cssBorder(StyleWithProperties style,
CSVList props,
boolean bInherit) |
void |
cssBox(StyleWithProperties style,
CSVList props,
boolean bInherit) |
void |
cssMargins(StyleWithProperties style,
CSVList props,
boolean bInherit) |
void |
cssPadding(StyleWithProperties style,
CSVList props,
boolean bInherit) |
java.lang.String |
getClassNamePrefix()
Return a prefix to be used in generated css class names
|
java.lang.String |
getDefaultTagName(StyleWithProperties style)
Create default tag name to represent a frame
|
java.lang.String |
getStyleDeclarations(java.lang.String sIndent)
Convert style information for used styles
|
OfficeStyleFamily |
getStyles()
Get the family of frame styles
|
applyStyle
applyDirection, applyLang, colScale, scale
public FrameStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType)
FrameStyleConverter
ofr
- an OfficeReader
to read style information fromconfig
- the configuration to useconverter
- the main Converter
classnType
- the type of xhtml to usepublic java.lang.String getStyleDeclarations(java.lang.String sIndent)
getStyleDeclarations
in class StyleWithPropertiesConverterHelper
sIndent
- a String of spaces to add before each linepublic java.lang.String getClassNamePrefix()
getClassNamePrefix
in class StyleWithPropertiesConverterHelper
public OfficeStyleFamily getStyles()
getStyles
in class StyleConverterHelper
public java.lang.String getDefaultTagName(StyleWithProperties style)
getDefaultTagName
in class StyleWithPropertiesConverterHelper
style
- to usepublic void applyProperties(StyleWithProperties style, CSVList props, boolean bInherit)
applyProperties
in class StyleWithPropertiesConverterHelper
style
- the style to convertprops
- the CSVList
object to add information tobInherit
- true if properties should be inherited from parent style(s)public void cssBox(StyleWithProperties style, CSVList props, boolean bInherit)
public void cssMargins(StyleWithProperties style, CSVList props, boolean bInherit)
public void cssBorder(StyleWithProperties style, CSVList props, boolean bInherit)
public void cssPadding(StyleWithProperties style, CSVList props, boolean bInherit)
public void cssBackgroundCommon(StyleWithProperties style, CSVList props, boolean bInherit)
public void cssBackground(StyleWithProperties style, CSVList props, boolean bInherit)
public java.lang.String borderScale(java.lang.String sBorder)