Uses of Interface writer2latex.api.BatchHandler

Uses in package writer2latex

Classes implementing writer2latex.api.BatchHandler

class
This class implements a BatchHandler for command line usage

Uses in package writer2latex.base

Methods with parameter type writer2latex.api.BatchHandler

void
BatchConverterBase.convert(File source, File target, boolean bRecurse, BatchHandler handler)
Convert a directory using the given Converter (if none is given, all files will be ignored).

Uses in package org.openoffice.da.comp.writer2xhtml

Classes implementing writer2latex.api.BatchHandler

class
The uno interface provides an XBatchHandler implementation, the java interface requires a BatchHandler implementation.

Uses in package writer2latex.api

Methods with parameter type writer2latex.api.BatchHandler

void
BatchConverter.convert(File source, File target, boolean bRecurse, BatchHandler handler)
Convert a directory using the given Converter (if none is given, all files will be ignored).