writer2latex.util
Class Config
public
class
Config
extends Object
Config.java
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1, as published by the Free Software Foundation.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston,
MA 02111-1307 USA
Copyright: 2002-2007 by Henrik Just
All Rights Reserved.
Version 0.5 (2007-07-24)
public static final int ACCEPT
protected boolean bDebug
protected LinkedList customPreamble
public static final int COMMENT
public static final int CONVERT_ALL
public static final int CONVERT_BASIC
public static final int CONVERT_HEADER_FOOTER
public static final int CONVERT_MOST
public static final int CUSTOM
public static final int DVIPS
public static final int ERROR
public static final int GENERIC
public static final int IGNORE
public static final int IGNORE_ALL
public static final int IGNORE_HARD
public static final int IGNORE_MOST
public static final int IGNORE_STYLES
protected Hashtable mathSymbols
public static final int MARGINPAR
public static final int PDFANNOTATION
public static final int PDFTEX
public static final int UNSPECIFIED
public static final int WARNING
public Config()
public boolean alignFrames()
public String bibtexStyle()
public boolean debug()
public boolean floatFigures()
public boolean floatTables()
public int formatting()
public int getBackend()
public LinkedList getCustomPreamble()
public String getDocumentclass()
public String getFigureSequenceName()
public String getFloatOptions()
public String getGlobalOptions()
public String getImageOptions()
public int getInputencoding()
public Hashtable getMathSymbols()
public String getNotesCommand()
public int getSimpleTableLimit()
public String getTableSequenceName()
public String getTabstop()
public int getWrapLinesAfter()
public String getXhtmlColumnScaling()
public String getXhtmlDirectoryIcon()
public String getXhtmlDocumentIcon()
public String getXhtmlScaling()
public int getXhtmlSplitLevel()
public String getXhtmlTabstopStyle()
public String getXhtmlUplink()
public boolean greekMath()
public boolean ignoreDoubleSpaces()
public boolean ignoreEmptyParagraphs()
public boolean ignoreHardLineBreaks()
public boolean ignoreHardPageBreaks()
public int imageContent()
public boolean keepImageSize()
public boolean multilingual()
public boolean noIndex()
public boolean noPreamble()
public int notes()
public int otherStyles()
public int pageFormatting()
public void read(InputStream is)
Read configuration from a specified input stream
Parameters: is the input stream to read the configuration from
public void readHeadingMap(Node node)
public boolean removeGraphicsExtension()
public void setOption(String sName, String sValue)
public boolean splitLinkedSections()
public boolean splitToplevelSections()
public int tableContent()
public boolean useBbding()
public boolean useBibtex()
public boolean useCaption()
public boolean useColor()
public boolean useColortbl()
public boolean useEndnotes()
public boolean useEurosym()
public boolean useFancyhdr()
public boolean useGeometry()
public boolean useHyperref()
public boolean useIfsym()
public boolean useLastpage()
public boolean useLongtable()
public boolean useOoomath()
public boolean useOooref()
public boolean usePifont()
public boolean useSupertabular()
public boolean useTabulary()
public boolean useTipa()
public boolean useTitleref()
public boolean useUlem()
public boolean useWasysym()
public void write(OutputStream os)
public boolean xhtmlCalcSplit()
public boolean xhtmlConvertToPx()
public String xhtmlCustomStylesheet()
public String xhtmlEncoding()
public boolean xhtmlFloatObjects()
public int xhtmlFormatting()
public int xhtmlFrameFormatting()
public boolean xhtmlIgnoreTableDimensions()
public boolean xhtmlNoDoctype()
public int xhtmlSectionFormatting()
public int xhtmlTableFormatting()
public boolean xhtmlUseDublinCore()
public boolean xhtmlUseListHack()