public class FilterDataParser
extends java.lang.Object
Converter
All errors are silently ignored| Constructor and Description |
|---|
FilterDataParser(com.sun.star.uno.XComponentContext xComponentContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyFilterData(java.lang.Object data,
Converter converter)
Apply the given FilterData property to the given converter.
|
void |
applyFilterOptions(java.lang.Object options,
Converter converter)
Apply the given FilterOptions property to the given converter.
|
public FilterDataParser(com.sun.star.uno.XComponentContext xComponentContext)
public void applyFilterOptions(java.lang.Object options,
Converter converter)
options - an Any containing the FilterOptions propertyconverter - a writer2latex.api.Converter implementationpublic void applyFilterData(java.lang.Object data,
Converter converter)
data - an Any containing the FilterData propertyconverter - a writer2latex.api.Converter implementation