A B C D E F G H I J K L M N O P R S T U V W X Y Z _

A

abs(String) - Static method in class writer2latex.util.Misc
 
ABSOLUTE - Static variable in class writer2latex.xhtml.DrawConverter
Identifies objects that should be positioned absolute (using the css attribute postion:absolute)
ACCEPT - Static variable in class writer2latex.latex.LaTeXConfig
 
add(String, String) - Method in class writer2latex.latex.util.BeforeAfter
Add data to the BeforeAfter The new data will be be added "inside", thus for example add("\textsf{","}"); add("\textit{","}"); will create the pair \textsf{\textit{, }}
add(String, String) - Static method in class writer2latex.util.Misc
 
addAcceptedFormat(String) - Method in class writer2latex.office.ImageLoader
 
addControl(ControlReader) - Method in class writer2latex.office.FormsReader
Add a control
addDebugInfo(Element, LaTeXDocumentPortion) - Method in class writer2latex.latex.util.Info
 
addDocument(OutputFile) - Method in class writer2latex.base.ConverterBase
 
addDocument(OutputFile) - Method in class writer2latex.xmerge.ConvertData
Adds a OutputFile to the vector.
addEmbeddedObject(EmbeddedObject) - Method in class writer2latex.xmerge.OfficeDocument
Adds a new embedded object to the document.
addEndnoteName(String) - Method in class writer2latex.latex.NoteConverter
Add an endnote name.
addFigureSequenceName(String) - Method in class writer2latex.office.OfficeReader
Add a sequence name for figure captions.
addFootnoteName(String) - Method in class writer2latex.latex.NoteConverter
Add a footnote name.
addGlobalOption(String) - Method in class writer2latex.latex.ConverterPalette
 
addName(String) - Method in class writer2latex.util.ExportNameCollection
 
ADDRESS - Static variable in class writer2latex.office.BibMark
 
addTableSequenceName(String) - Method in class writer2latex.office.OfficeReader
Add a sequence name for table captions.
addTarget(Element, String, LaTeXDocumentPortion) - Method in class writer2latex.latex.FieldConverter
Add a \\hypertarget
addTarget(String, String, LaTeXDocumentPortion) - Method in class writer2latex.latex.FieldConverter
Add a \\hypertarget
addTarget(Element, String) - Method in class writer2latex.xhtml.Converter
 
addValue(String) - Method in class writer2latex.util.CSVList
 
addValue(String, String) - Method in class writer2latex.util.CSVList
 
alignFrames() - Method in class writer2latex.latex.LaTeXConfig
 
ANNOTATION - Static variable in class writer2latex.office.XMLString
 
ANNOTE - Static variable in class writer2latex.office.BibMark
 
append(LaTeXDocumentPortion) - Method in class writer2latex.latex.LaTeXDocumentPortion
Add another portion to the end of this portion
append(String) - Method in class writer2latex.latex.LaTeXDocumentPortion
Add a string to the end of this portion
appendChild(ReplacementTrieNode) - Method in class writer2latex.latex.i18n.ReplacementTrieNode
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.BibConverter
Append declarations needed by the BibConverter to the preamble.
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.BlockConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.CaptionConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.CharStyleConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.ColorConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.ConverterHelper
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.DrawConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.FieldConverter
Append declarations needed by the FieldConverter to the preamble.
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.HeadingConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.i18n.ClassicI18n
Add declarations to the preamble to load the required packages
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.i18n.I18n
Add declarations to the preamble to load the required packages
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.i18n.XeTeXI18n
Add declarations to the preamble to load the required packages
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.IndexConverter
Append declarations needed by the IndexConverter to the preamble.
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.InlineConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.ListStyleConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.MathmlConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.NoteConverter
Append declarations needed by the NoteConverter to the preamble.
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.PageStyleConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.ParConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.SectionConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.StarMathConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.StyleConverter
 
appendDeclarations(LaTeXDocumentPortion, LaTeXDocumentPortion) - Method in class writer2latex.latex.TableConverter
 
appendSibling(ReplacementTrieNode) - Method in class writer2latex.latex.i18n.ReplacementTrieNode
 
Application - Class in writer2latex
Commandline utility to convert an OpenOffice.org Writer XML file into XHTML/LaTeX/BibTeX The utility is invoked with the following command line: java -jar writer2latex.jar [options] source [target] Where the available options are -latex, -bibtex, -xhtml, -xhtml+mathml, -xhtml+mathml+xsl -recurse -ultraclean, -clean, -pdfscreen, -pdfprint, -cleanxhtml -config[=]filename -template[=]filename -option[=]value where option can be any simple option known to Writer2LaTeX (see documentation for the configuration file).
Application() - Constructor for class writer2latex.Application
 
applyAlignment(StyleWithProperties, boolean, boolean, BeforeAfter) - Method in class writer2latex.latex.ParConverter
 
applyAnchorStyle(String, String, StyleInfo) - Method in class writer2latex.xhtml.TextStyleConverter
Apply a link style, using a combination of two text styles
applyAutomaticColor(BeforeAfter, boolean, Context) - Method in class writer2latex.latex.ColorConverter
 
applyBgColor(String, String, BeforeAfter, Context) - Method in class writer2latex.latex.ColorConverter
 
applyCellStyle(int, int, BeforeAfter, Context) - Method in class writer2latex.latex.TableFormatter
Get material to put before and after a table cell.
applyColor(StyleWithProperties, boolean, boolean, BeforeAfter, Context) - Method in class writer2latex.latex.ColorConverter
Apply foreground color.
applyColor(String, boolean, BeforeAfter, Context) - Method in class writer2latex.latex.ColorConverter
Apply a specific foreground color.
applyDefaultFont(StyleWithProperties, LaTeXDocumentPortion) - Method in class writer2latex.latex.CharStyleConverter
Apply default font attributes (family, series, shape, size and color).
applyDirection(StyleWithProperties, StyleInfo) - Static method in class writer2latex.xhtml.StyleConverterHelper
Apply the writing direction (ltr or rtl) attribute from a style
applyFilterData(Object, Converter) - Method in class org.openoffice.da.comp.w2lcommon.filter.FilterDataParser
Apply the given FilterData property to the given converter
applyFont(StyleWithProperties, boolean, boolean, BeforeAfter, Context) - Method in class writer2latex.latex.CharStyleConverter
Apply all font attributes (family, series, shape, size and color).
applyFontEffects(StyleWithProperties, boolean, BeforeAfter) - Method in class writer2latex.latex.CharStyleConverter
Apply font effects (position, underline, crossout, change case.
applyHardCharFormatting(StyleWithProperties, BeforeAfter) - Method in class writer2latex.latex.CharStyleConverter
Apply hard character formatting (no inheritance).
applyLang(StyleWithProperties, StyleInfo) - Static method in class writer2latex.xhtml.StyleConverterHelper
Apply language+country from a style
applyLanguage(StyleWithProperties, boolean, boolean, BeforeAfter) - Method in class writer2latex.latex.i18n.ClassicI18n
Apply a language language
applyLanguage(StyleWithProperties, boolean, boolean, BeforeAfter) - Method in class writer2latex.latex.i18n.I18n
Apply a language language
applyLanguage(StyleWithProperties, boolean, boolean, BeforeAfter) - Method in class writer2latex.latex.i18n.XeTeXI18n
Apply a language language
applyListItemStyle(String, int, boolean, boolean, int, BeforeAfter) - Method in class writer2latex.latex.ListStyleConverter
Apply a list style to a list item.
applyListStyle(String, int, boolean, boolean, BeforeAfter) - Method in class writer2latex.latex.ListStyleConverter
Apply a list style to an ordered or unordered list.
applyNormalColor(BeforeAfter) - Method in class writer2latex.latex.ColorConverter
 
applyNormalFont(BeforeAfter) - Method in class writer2latex.latex.CharStyleConverter
Reset to normal font, size and color.
applyOutlineStyle(int, StyleInfo) - Method in class writer2latex.xhtml.PresentationStyleConverter
 
applyPageBreak(StyleWithProperties, boolean, BeforeAfter) - Method in class writer2latex.latex.PageStyleConverter
Apply page break properties from a style.
applyPrintRanges() - Method in class writer2latex.xhtml.XhtmlConfig
 
applyProperties(StyleWithProperties, CSVList, boolean) - Method in class writer2latex.xhtml.CellStyleConverter
Convert formatting properties for a specific Cell style.
applyProperties(StyleWithProperties, CSVList, boolean) - Method in class writer2latex.xhtml.FrameStyleConverter
Convert formatting properties for a specific frame style.
applyProperties(StyleWithProperties, CSVList, boolean) - Method in class writer2latex.xhtml.ParStyleConverter
Convert formatting properties for a specific Par style.
applyProperties(StyleWithProperties, CSVList, boolean) - Method in class writer2latex.xhtml.RowStyleConverter
Convert formatting properties for a specific Row style.
applyProperties(StyleWithProperties, CSVList, boolean) - Method in class writer2latex.xhtml.SectionStyleConverter
Convert formatting properties for a specific section style.
applyProperties(StyleWithProperties, CSVList, boolean) - Method in class writer2latex.xhtml.StyleWithPropertiesConverterHelper
Convert formatting properties for a specific style.
applyProperties(StyleWithProperties, CSVList, boolean) - Method in class writer2latex.xhtml.TableStyleConverter
Convert formatting properties for a specific table style.
applyProperties(StyleWithProperties, CSVList, boolean) - Method in class writer2latex.xhtml.TextStyleConverter
Convert formatting properties for a specific text style.
applyRowStyle(int, BeforeAfter, Context) - Method in class writer2latex.latex.TableFormatter
Get material to put before a table row (background color)
applyStyle(StyleInfo, Element) - Method in class writer2latex.xhtml.ConverterHelper
 
applyStyle(int, String, StyleInfo) - Method in class writer2latex.xhtml.ListStyleConverter
 
applyStyle(String, StyleInfo) - Method in class writer2latex.xhtml.PageStyleConverter
 
applyStyle(String, StyleInfo) - Method in class writer2latex.xhtml.StyleWithPropertiesConverterHelper
Apply a style, either by converting the style or by applying the style map from the configuarion
applyTableStyle(BeforeAfter, BeforeAfter, boolean) - Method in class writer2latex.latex.TableFormatter
Create table environment based on table style.
applyTextStyle(String, BeforeAfter, Context) - Method in class writer2latex.latex.CharStyleConverter
Use a text style in LaTeX.
ASCII - Static variable in class writer2latex.latex.i18n.ClassicI18n
 
atEnd() - Method in class writer2latex.util.SimpleInputBuffer
 
ATTRIBUTE_CONFIG_NAME - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for config:name of element config:config-item.
ATTRIBUTE_CONFIG_TYPE - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for config:type of element config:config-item.
ATTRIBUTE_DEFAULT_CELL_STYLE - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:default-cell-style-name of element table:table-column.
ATTRIBUTE_FO_FONT_FAMILY - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for fo:font-family of element fo:font-family.
ATTRIBUTE_FO_FONT_FAMILY_GENERIC - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for fo:font-family of element fo:font-family.
ATTRIBUTE_MANIFEST_FILE_PATH - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for manifest:full-path of element manifest:file-entry.
ATTRIBUTE_MANIFEST_FILE_TYPE - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for manifest:media-type of element manifest:file-entry.
ATTRIBUTE_OFFICE_CLASS - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for office:class of element office:document.
ATTRIBUTE_SPACE_COUNT - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for text:c of element text:s.
ATTRIBUTE_STYLE_FONT_PITCH - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for style:font-pitch of element style:font-pitch.
ATTRIBUTE_STYLE_NAME - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for style:name of element style:name.
ATTRIBUTE_TABLE_BASE_CELL_ADDRESS - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:base-cell-address of element table:named-range.
ATTRIBUTE_TABLE_BOOLEAN_VALUE - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:time-boolean-value of element table:table-cell.
ATTRIBUTE_TABLE_CELL_RANGE_ADDRESS - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:cell-range-address of element table:named-range.
ATTRIBUTE_TABLE_CURRENCY - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:currency of element table:table-cell.
ATTRIBUTE_TABLE_DATE_VALUE - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:date-value of element table:table-cell.
ATTRIBUTE_TABLE_EXPRESSION - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:expression of element table:named-range.
ATTRIBUTE_TABLE_FORMULA - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:formula of element table:table-cell.
ATTRIBUTE_TABLE_NAME - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:name of element table:table.
ATTRIBUTE_TABLE_NUM_COLUMNS_REPEATED - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:number-columns-repeated of element table:table-cell.
ATTRIBUTE_TABLE_NUM_ROWS_REPEATED - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:number-rows-repeated of element table:table-row.
ATTRIBUTE_TABLE_STRING_VALUE - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:string-value of element table:table-cell.
ATTRIBUTE_TABLE_STYLE_NAME - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:style-name of table elements.
ATTRIBUTE_TABLE_TIME_VALUE - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:time-value of element table:table-cell.
ATTRIBUTE_TABLE_VALUE - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:value of element table:table-cell.
ATTRIBUTE_TABLE_VALUE_TYPE - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for table:value-type of element table:table-cell.
ATTRIBUTE_TEXT_STYLE_NAME - Static variable in interface writer2latex.xmerge.OfficeConstants
Attribute tag for text:style-name of element text:style-name.
AUTHOR - Static variable in class writer2latex.office.BibMark
 
available() - Method in class org.openoffice.da.comp.w2lcommon.filter.ByteArrayXStream
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z _