writer2latex.latex
Class LaTeXConfig
public
class
LaTeXConfig
extends ConfigBase
LaTeXConfig.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-2009 by Henrik Just
All Rights Reserved.
Version 1.0 (2009-02-17)
public static final int ACCEPT
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_MOST
protected Hashtable mathSymbols
public static final int MARGINPAR
protected int OPTION_COUNT
public static final int PDFANNOTATION
public static final int PDFTEX
public static final int UNSPECIFIED
public static final int WARNING
public static final int XETEX
public LaTeXConfig()
public boolean alignFrames()
public String bibtexStyle()
public boolean debug()
public String externalBibtexFiles()
public boolean floatFigures()
public boolean floatTables()
public int formatting()
public int getBackend()
public LinkedList getCustomPreamble()
protected String getDefaultConfigPath()
public String getDocumentclass()
public String getFigureSequenceName()
public String getFloatOptions()
public String getGlobalOptions()
public String getImageOptions()
public int getInputencoding()
public Hashtable getMathSymbols()
public String getNotesCommand()
protected int getOptionCount()
public int getSimpleTableLimit()
public String getTableSequenceName()
public String getTabstop()
public
StyleMap getTextAttributeStyleMap()
public int getWrapLinesAfter()
public boolean greekMath()
public boolean ignoreDoubleSpaces()
public boolean ignoreEmptyParagraphs()
public boolean ignoreHardLineBreaks()
public boolean ignoreHardPageBreaks()
public int imageContent()
public boolean metadata()
public boolean multilingual()
public boolean noIndex()
public boolean noPreamble()
public int notes()
public boolean originalImageSize()
public int otherStyles()
public int pageFormatting()
public void readHeadingMap(Element node)
protected void readInner(Element elm)
public boolean removeGraphicsExtension()
public boolean saveImagesInSubdir()
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()
protected void writeInner(Document dom)