public interface FilterChain
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(@NonNull Filter filter)
Adds a filter to the chain.
|
@NonNull FilterChain |
copy()
Creates and returns a copy of this object.
|
void |
doFilter(@NonNull org.jodconverter.core.office.OfficeContext context,
@NonNull com.sun.star.lang.XComponent document)
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter
in the chain, do nothing.
|
void addFilter(@NonNull Filter filter)
filter - The filter to add at the end of the chain.void doFilter(@NonNull org.jodconverter.core.office.OfficeContext context,
@NonNull com.sun.star.lang.XComponent document)
throws org.jodconverter.core.office.OfficeException
context - The OfficeContext in use to pass along the chain.document - The XComponent being converted to pass along the chain.org.jodconverter.core.office.OfficeException - If an error occurs processing the filter.@NonNull FilterChain copy()
Copyright © 2016 - present; JODConverter.org. All rights reserved.