|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeforeAfter | |
---|---|
writer2latex.latex | |
writer2latex.latex.i18n |
Uses of BeforeAfter in writer2latex.latex |
---|
Fields in writer2latex.latex declared as BeforeAfter | |
---|---|
private BeforeAfter |
TableConverter.SingleTableConverter.baTable
|
private BeforeAfter |
TableConverter.SingleTableConverter.baTableAlign
|
Methods in writer2latex.latex with parameters of type BeforeAfter | |
---|---|
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)
|
private void |
ParConverter.applyCellParStyle(java.lang.String sName,
BeforeAfter ba,
Context context,
boolean bNoTextPar,
boolean bLastInBlock)
|
void |
TableFormatter.applyCellStyle(int nRow,
int nCol,
BeforeAfter ba,
Context context)
Get material to put before and after a table cell. |
private void |
CharStyleConverter.applyChangeCase(StyleWithProperties style,
boolean bInherit,
BeforeAfter ba)
Apply change case. |
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. |
private void |
CharStyleConverter.applyCrossout(StyleWithProperties style,
boolean bInherit,
BeforeAfter ba)
Apply text crossout. |
private void |
DrawConverter.applyFigureFloat(BeforeAfter ba,
Context oc)
|
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). |
private void |
HeadingConverter.applyHardHeadingStyle(int nLevel,
java.lang.String sStyleName,
BeforeAfter baPage,
BeforeAfter baText,
Context context)
Use a paragraph style on a heading. |
private void |
ParConverter.applyLineSpacing(StyleWithProperties style,
BeforeAfter ba)
Apply line spacing from a style. |
void |
ListStyleConverter.applyListItemStyle(java.lang.String sStyleName,
int nLevel,
boolean bHeader,
boolean bRestart,
int nStartValue,
BeforeAfter ba)
Apply a list style to a list item. |
void |
ListStyleConverter.applyListStyle(java.lang.String sStyleName,
int nLevel,
boolean bOrdered,
boolean bContinue,
BeforeAfter ba)
Apply a list style to an ordered or unordered list. |
private void |
ParConverter.applyMargins(StyleWithProperties style,
BeforeAfter ba)
Apply margin+alignment properties from a style. |
private void |
PageStyleConverter.applyMasterPage(java.lang.String sName,
BeforeAfter ba)
Use a Master Page (pagestyle in LaTeX) |
private void |
CharStyleConverter.applyNfssFamily(StyleWithProperties style,
boolean bDecl,
boolean bInherit,
BeforeAfter ba,
Context context)
Apply font family. |
private void |
CharStyleConverter.applyNfssSeries(StyleWithProperties style,
boolean bDecl,
boolean bInherit,
BeforeAfter ba,
Context context)
Apply font series. |
private void |
CharStyleConverter.applyNfssShape(StyleWithProperties style,
boolean bDecl,
boolean bInherit,
BeforeAfter ba,
Context context)
Apply font shape. |
private void |
CharStyleConverter.applyNfssSize(StyleWithProperties style,
boolean bDecl,
boolean bInherit,
BeforeAfter ba,
Context context)
Apply font size. |
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. |
private void |
ParConverter.applyParProperties(StyleWithProperties style,
BeforeAfter ba)
Apply all paragraph properties. |
private void |
ParConverter.applyParStyle(java.lang.String sName,
BeforeAfter ba,
Context context,
boolean bNoTextPar)
Use a paragraph style in LaTeX. |
private void |
ParConverter.applyParStyle(java.lang.String sName,
BeforeAfter ba,
Context context,
boolean bNoTextPar,
boolean bBreakInside)
|
void |
TableFormatter.applyRowStyle(int nRow,
BeforeAfter ba,
Context context)
Get material to put before a table row (background color) |
private void |
SectionConverter.applySectionStyle(java.lang.String sStyleName,
BeforeAfter ba,
Context context)
|
void |
TableFormatter.applyTableStyle(BeforeAfter ba,
BeforeAfter baAlign)
Create table environment based on table style. |
private void |
CharStyleConverter.applyTextPosition(StyleWithProperties style,
boolean bInherit,
BeforeAfter ba)
Apply text position. |
void |
CharStyleConverter.applyTextStyle(java.lang.String sName,
BeforeAfter ba,
Context context)
Use a text style in LaTeX. |
private void |
CharStyleConverter.applyUnderline(StyleWithProperties style,
boolean bInherit,
BeforeAfter ba)
Apply text underline. |
Uses of BeforeAfter in writer2latex.latex.i18n |
---|
Methods in writer2latex.latex.i18n with parameters of type BeforeAfter | |
---|---|
void |
I18n.applyLanguage(StyleWithProperties style,
boolean bDecl,
boolean bInherit,
BeforeAfter ba)
Apply language. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |