void |
CellStyleConverter.applyProperties(StyleWithProperties style,
CSVList props,
boolean bInherit) |
Convert formatting properties for a specific Cell style.
|
void |
FrameStyleConverter.applyProperties(StyleWithProperties style,
CSVList props,
boolean bInherit) |
Convert formatting properties for a specific frame style.
|
void |
ParStyleConverter.applyProperties(StyleWithProperties style,
CSVList props,
boolean bInherit) |
Convert formatting properties for a specific Par style.
|
void |
RowStyleConverter.applyProperties(StyleWithProperties style,
CSVList props,
boolean bInherit) |
Convert formatting properties for a specific Row style.
|
void |
SectionStyleConverter.applyProperties(StyleWithProperties style,
CSVList props,
boolean bInherit) |
Convert formatting properties for a specific section style.
|
abstract void |
StyleWithPropertiesConverterHelper.applyProperties(StyleWithProperties style,
CSVList props,
boolean bInherit) |
Convert formatting properties for a specific style.
|
void |
TableStyleConverter.applyProperties(StyleWithProperties style,
CSVList props,
boolean bInherit) |
Convert formatting properties for a specific table style.
|
void |
TextStyleConverter.applyProperties(StyleWithProperties style,
CSVList props,
boolean bInherit) |
Convert formatting properties for a specific text style.
|
void |
FrameStyleConverter.cssBackground(StyleWithProperties style,
CSVList props,
boolean bInherit) |
|
void |
FrameStyleConverter.cssBackgroundCommon(StyleWithProperties style,
CSVList props,
boolean bInherit) |
|
void |
FrameStyleConverter.cssBorder(StyleWithProperties style,
CSVList props,
boolean bInherit) |
|
void |
FrameStyleConverter.cssBox(StyleWithProperties style,
CSVList props,
boolean bInherit) |
|
void |
FrameStyleConverter.cssMargins(StyleWithProperties style,
CSVList props,
boolean bInherit) |
|
void |
FrameStyleConverter.cssPadding(StyleWithProperties style,
CSVList props,
boolean bInherit) |
|
void |
ParStyleConverter.cssPar(StyleWithProperties style,
CSVList props,
boolean bInherit) |
|
void |
TextStyleConverter.cssText(StyleWithProperties style,
CSVList props,
boolean bInherit) |
|
void |
TextStyleConverter.cssTextBackground(StyleWithProperties style,
CSVList props,
boolean bInherit) |
|
void |
TextStyleConverter.cssTextCommon(StyleWithProperties style,
CSVList props,
boolean bInherit) |
|