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