Package | Description |
---|---|
writer2latex.latex | |
writer2latex.latex.i18n | |
writer2latex.latex.util |
Modifier and Type | Method and Description |
---|---|
void |
ParConverter.applyAlignment(StyleWithProperties style,
boolean bIsSimple,
boolean bInherit,
BeforeAfter ba) |
void |
ColorConverter.applyAutomaticColor(BeforeAfter ba,
boolean bDecl,
Context context) |
void |
ColorConverter.applyBgColor(java.lang.String sCommand,
java.lang.String sColor,
BeforeAfter ba,
Context context) |
void |
TableFormatter.applyCellStyle(int nRow,
int nCol,
BeforeAfter ba,
Context context)
Get material to put before and after a table cell.
|
void |
ColorConverter.applyColor(java.lang.String sColor,
boolean bDecl,
BeforeAfter ba,
Context context)
Apply a specific foreground color.
|
void |
ColorConverter.applyColor(StyleWithProperties style,
boolean bDecl,
boolean bInherit,
BeforeAfter ba,
Context context)
Apply foreground color.
|
void |
CharStyleConverter.applyFont(StyleWithProperties style,
boolean bDecl,
boolean bInherit,
BeforeAfter ba,
Context context)
Apply all font attributes (family, series, shape, size and color).
|
void |
CharStyleConverter.applyFontEffects(StyleWithProperties style,
boolean bInherit,
BeforeAfter ba)
Apply font effects (position, underline, crossout, change case.
|
void |
CharStyleConverter.applyHardCharFormatting(StyleWithProperties style,
BeforeAfter ba)
Apply hard character formatting (no inheritance).
|
void |
ColorConverter.applyNormalColor(BeforeAfter ba) |
void |
CharStyleConverter.applyNormalFont(BeforeAfter ba)
Reset to normal font, size and color.
|
void |
PageStyleConverter.applyPageBreak(StyleWithProperties style,
boolean bInherit,
BeforeAfter ba)
Apply page break properties from a style.
|
void |
TableFormatter.applyRowStyle(int nRow,
BeforeAfter ba,
Context context)
Get material to put before a table row (background color)
|
void |
TableFormatter.applyTableStyle(BeforeAfter ba,
BeforeAfter baAlign,
boolean bInFloat)
Create table environment based on table style.
|
void |
CharStyleConverter.applyTextStyle(java.lang.String sName,
BeforeAfter ba,
Context context)
Use a text style in LaTeX.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassicI18n.applyLanguage(StyleWithProperties style,
boolean bDecl,
boolean bInherit,
BeforeAfter ba)
Apply a language language
|
abstract void |
I18n.applyLanguage(StyleWithProperties style,
boolean bDecl,
boolean bInherit,
BeforeAfter ba)
Apply a language language
|
void |
XeTeXI18n.applyLanguage(StyleWithProperties style,
boolean bDecl,
boolean bInherit,
BeforeAfter ba)
Apply a language
|
Modifier and Type | Method and Description |
---|---|
void |
BeforeAfter.add(BeforeAfter ba)
Add the content of another
BeforeAfter to this BeforeAfter
The new data will be be added "inside" |