Class FilterDataParser
- java.lang.Object
-
- org.openoffice.da.comp.w2lcommon.filter.FilterDataParser
-
public class FilterDataParser extends java.lang.Object
This class parses the FilterData property passed to the filter and applies it to aConverter
All errors are silently ignored
-
-
Constructor Summary
Constructors Constructor Description FilterDataParser(com.sun.star.uno.XComponentContext xComponentContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyFilterData(java.lang.Object data, Converter converter)
Apply the given FilterData property to the given converter
-
-
-
Method Detail
-
applyFilterData
public void applyFilterData(java.lang.Object data, Converter converter)
Apply the given FilterData property to the given converter- Parameters:
data
- an Any containing the FilterData propertyconverter
- awriter2latex.api.Converter
implementation
-
-