public class PageStyleConverter extends StyleConverter
config, ofr, palettedeclarations, styleMap, styleNames| Constructor | Description |
|---|---|
PageStyleConverter(OfficeReader ofr,
LaTeXConfig config,
ConverterPalette palette) |
Constructs a new
PageStyleConverter. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
appendDeclarations(LaTeXDocumentPortion pack,
LaTeXDocumentPortion decl) |
|
void |
applyPageBreak(StyleWithProperties style,
boolean bInherit,
BeforeAfter ba) |
Apply page break properties from a style.
|
boolean |
isTwocolumn() |
|
void |
setChapterField1(java.lang.String s) |
|
void |
setChapterField2(java.lang.String s) |
public PageStyleConverter(OfficeReader ofr, LaTeXConfig config, ConverterPalette palette)
Constructs a new PageStyleConverter.
public void appendDeclarations(LaTeXDocumentPortion pack, LaTeXDocumentPortion decl)
appendDeclarations in class StyleConverterpublic void setChapterField1(java.lang.String s)
public void setChapterField2(java.lang.String s)
public boolean isTwocolumn()
public void applyPageBreak(StyleWithProperties style, boolean bInherit, BeforeAfter ba)
Apply page break properties from a style.
style - the style to usebInherit - true if inheritance from parent style should be usedba - a BeforeAfter to put code into