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 TypeMethodDescriptionvoidapplyFilterData(Object data, Converter converter) Apply the given FilterData property to the given converter.voidapplyFilterOptions(Object options, Converter converter) Apply the given FilterOptions property to the given converter.
-
Constructor Details
-
FilterDataParser
public FilterDataParser(com.sun.star.uno.XComponentContext xComponentContext)
-
-
Method Details
-
applyFilterOptions
Apply the given FilterOptions property to the given converter. The property must be a comma separated list of name=value items.- Parameters:
options- anAnycontaining the FilterOptions propertyconverter- awriter2latex.api.Converterimplementation
-
applyFilterData
Apply the given FilterData property to the given converter. The property must be an array of PropertyValue objects.- Parameters:
data- anAnycontaining the FilterData propertyconverter- awriter2latex.api.Converterimplementation
-