Uses of Class
writer2latex.latex.util.BeforeAfter
Packages that use BeforeAfter
-
Uses of BeforeAfter in writer2latex.latex
Methods in writer2latex.latex with parameters of type BeforeAfterModifier and TypeMethodDescriptionvoidParConverter.applyAlignment(StyleWithProperties style, boolean bIsSimple, boolean bInherit, BeforeAfter ba) voidColorConverter.applyAutomaticColor(BeforeAfter ba, boolean bDecl, Context context) voidColorConverter.applyBgColor(String sCommand, String sColor, BeforeAfter ba, Context context) voidTableFormatter.applyCellStyle(int nRow, int nCol, BeforeAfter ba, Context context) Get material to put before and after a table cell.voidColorConverter.applyColor(String sColor, boolean bDecl, BeforeAfter ba, Context context) Apply a specific foreground color.voidColorConverter.applyColor(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba, Context context) Apply foreground color.voidCharStyleConverter.applyFont(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba, Context context) Apply all font attributes (family, series, shape, size and color).voidCharStyleConverter.applyFontEffects(StyleWithProperties style, boolean bInherit, BeforeAfter ba) Apply font effects (position, underline, crossout, change case.voidCharStyleConverter.applyHardCharFormatting(StyleWithProperties style, BeforeAfter ba) Apply hard character formatting (no inheritance).voidColorConverter.applyNormalColor(BeforeAfter ba) voidCharStyleConverter.applyNormalFont(BeforeAfter ba) Reset to normal font, size and color.voidPageStyleConverter.applyPageBreak(StyleWithProperties style, boolean bInherit, BeforeAfter ba) Apply page break properties from a style.voidTableFormatter.applyRowStyle(int nRow, BeforeAfter ba, Context context) Get material to put before a table row (background color)voidTableFormatter.applyTableStyle(BeforeAfter ba, BeforeAfter baAlign, boolean bInFloat) Create table environment based on table style.voidCharStyleConverter.applyTextStyle(String sName, BeforeAfter ba, Context context) Use a text style in LaTeX. -
Uses of BeforeAfter in writer2latex.latex.i18n
Methods in writer2latex.latex.i18n with parameters of type BeforeAfterModifier and TypeMethodDescriptionvoidClassicI18n.applyLanguage(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba) Apply a language languageabstract voidI18n.applyLanguage(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba) Apply a language languagevoidXeTeXI18n.applyLanguage(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba) Apply a language -
Uses of BeforeAfter in writer2latex.latex.util
Methods in writer2latex.latex.util with parameters of type BeforeAfterModifier and TypeMethodDescriptionvoidBeforeAfter.add(BeforeAfter ba) Add the content of anotherBeforeAfterto thisBeforeAfter