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)
ACCEPT
public static final int ACCEPT
COMMENT
public static final int COMMENT
CONVERT_ALL
public static final int CONVERT_ALL
CONVERT_BASIC
public static final int CONVERT_BASIC
CONVERT_HEADER_FOOTER
public static final int CONVERT_HEADER_FOOTER
CONVERT_MOST
public static final int CONVERT_MOST
CUSTOM
public static final int CUSTOM
DVIPS
public static final int DVIPS
ERROR
public static final int ERROR
GENERIC
public static final int GENERIC
IGNORE
public static final int IGNORE
IGNORE_ALL
public static final int IGNORE_ALL
IGNORE_MOST
public static final int IGNORE_MOST
MARGINPAR
public static final int MARGINPAR
OPTION_COUNT
protected int OPTION_COUNT
PDFANNOTATION
public static final int PDFANNOTATION
PDFTEX
public static final int PDFTEX
UNSPECIFIED
public static final int UNSPECIFIED
WARNING
public static final int WARNING
XETEX
public static final int XETEX
customPreamble
protected LinkedList customPreamble
mathSymbols
protected Hashtable mathSymbols
alignFrames
public boolean alignFrames()
bibtexStyle
public String bibtexStyle()
debug
public boolean debug()
externalBibtexFiles
public String externalBibtexFiles()
floatFigures
public boolean floatFigures()
floatTables
public boolean floatTables()
formatting
public int formatting()
getBackend
public int getBackend()
getCustomPreamble
public LinkedList getCustomPreamble()
getDocumentclass
public String getDocumentclass()
getFigureSequenceName
public String getFigureSequenceName()
getFloatOptions
public String getFloatOptions()
getGlobalOptions
public String getGlobalOptions()
getImageOptions
public String getImageOptions()
getInputencoding
public int getInputencoding()
getListItemStyleMap
public StyleMap getListItemStyleMap()
getListStyleMap
public StyleMap getListStyleMap()
getMathSymbols
public Hashtable getMathSymbols()
getNotesCommand
public String getNotesCommand()
getParBlockStyleMap
public StyleMap getParBlockStyleMap()
getParStyleMap
public StyleMap getParStyleMap()
getSimpleTableLimit
public int getSimpleTableLimit()
getTableSequenceName
public String getTableSequenceName()
getTabstop
public String getTabstop()
getTextAttributeStyleMap
public StyleMap getTextAttributeStyleMap()
getTextStyleMap
public StyleMap getTextStyleMap()
getWrapLinesAfter
public int getWrapLinesAfter()
greekMath
public boolean greekMath()
ignoreDoubleSpaces
public boolean ignoreDoubleSpaces()
ignoreEmptyParagraphs
public boolean ignoreEmptyParagraphs()
ignoreHardLineBreaks
public boolean ignoreHardLineBreaks()
ignoreHardPageBreaks
public boolean ignoreHardPageBreaks()
imageContent
public int imageContent()
metadata
public boolean metadata()
multilingual
public boolean multilingual()
noIndex
public boolean noIndex()
noPreamble
public boolean noPreamble()
originalImageSize
public boolean originalImageSize()
otherStyles
public int otherStyles()
pageFormatting
public int pageFormatting()
readHeadingMap
public void readHeadingMap(Element node)
readInner
protected void readInner(Element elm)
Read configuration information from an xml element.
The subclass must define this to read richer configuration data
- readInner in interface ConfigBase
removeGraphicsExtension
public boolean removeGraphicsExtension()
saveImagesInSubdir
public boolean saveImagesInSubdir()
setOption
public void setOption(String sName,
String sValue)
Set a name/value option. Options that are not defined by the
Converter
implementation as well as null values are
silently ignored
- setOption in interface Config
- setOption in interface ConfigBase
sName
- the name of the optionsValue
- the value of the option
splitLinkedSections
public boolean splitLinkedSections()
splitToplevelSections
public boolean splitToplevelSections()
tableContent
public int tableContent()
useBbding
public boolean useBbding()
useBibtex
public boolean useBibtex()
useCaption
public boolean useCaption()
useColor
public boolean useColor()
useColortbl
public boolean useColortbl()
useEndnotes
public boolean useEndnotes()
useEurosym
public boolean useEurosym()
useFancyhdr
public boolean useFancyhdr()
useGeometry
public boolean useGeometry()
useHyperref
public boolean useHyperref()
useIfsym
public boolean useIfsym()
useLastpage
public boolean useLastpage()
useLongtable
public boolean useLongtable()
useOoomath
public boolean useOoomath()
useOooref
public boolean useOooref()
usePifont
public boolean usePifont()
useSupertabular
public boolean useSupertabular()
useTabulary
public boolean useTabulary()
useTipa
public boolean useTipa()
useTitleref
public boolean useTitleref()
useUlem
public boolean useUlem()
useWasysym
public boolean useWasysym()
writeInner
protected void writeInner(Document dom)
Write configuration information to an xml document.
The subclass must define this to write richer configuration data
- writeInner in interface ConfigBase