Uses of Interface
writer2latex.api.BatchHandler
-
Packages that use BatchHandler Package Description org.openoffice.da.comp.writer2xhtml writer2latex writer2latex.api writer2latex.base -
-
Uses of BatchHandler in org.openoffice.da.comp.writer2xhtml
Classes in org.openoffice.da.comp.writer2xhtml that implement BatchHandler Modifier and Type Class Description classBatchHandlerAdapterThe uno interface provides an XBatchHandler implementation, the java interface requires a BatchHandler implementation. -
Uses of BatchHandler in writer2latex
Classes in writer2latex that implement BatchHandler Modifier and Type Class Description classBatchHandlerImplThis class implements aBatchHandlerfor command line usage -
Uses of BatchHandler in writer2latex.api
Methods in writer2latex.api with parameters of type BatchHandler Modifier and Type Method Description voidBatchConverter. convert(java.io.File source, java.io.File target, boolean bRecurse, BatchHandler handler)Convert a directory using the givenConverter(if none is given, all files will be ignored). -
Uses of BatchHandler in writer2latex.base
Methods in writer2latex.base with parameters of type BatchHandler Modifier and Type Method Description voidBatchConverterBase. convert(java.io.File source, java.io.File target, boolean bRecurse, BatchHandler handler)
-