public static final class LocalConverter.Builder extends org.jodconverter.core.job.AbstractConverter.AbstractConverterBuilder<LocalConverter.Builder>
LocalConverter.LocalConverter| Modifier and Type | Method and Description |
|---|---|
@NonNull LocalConverter |
build() |
@NonNull LocalConverter.Builder |
filterChain(Filter... filters)
Specifies the filters to apply when converting a document.
|
@NonNull LocalConverter.Builder |
filterChain(@NonNull FilterChain filterChain)
Specifies the whole filter chain to apply when converting a document.
|
@NonNull LocalConverter.Builder |
loadProperties(@NonNull Map<String,Object> loadProperties)
Specifies the load properties, for this converter, that will be applied when a document is
loaded during a conversion task, regardless of the input format of the document.
|
@NonNull LocalConverter.Builder |
storeProperties(@NonNull Map<String,Object> storeProperties)
Specifies the properties that will be applied when a document is stored during the conversion
task.
|
public @NonNull LocalConverter build()
build in class org.jodconverter.core.job.AbstractConverter.AbstractConverterBuilder<LocalConverter.Builder>public @NonNull LocalConverter.Builder filterChain(Filter... filters)
filters - The filters to be applied after the document is loaded and before it is stored
(converted) in the new document format.public @NonNull LocalConverter.Builder filterChain(@NonNull FilterChain filterChain)
filterChain - The FilterChain to be applied after the document is loaded and before it
is stored (converted) in the new document format.public @NonNull LocalConverter.Builder loadProperties(@NonNull Map<String,Object> loadProperties)
Using this function will replace the default load properties map.
loadProperties - A map containing the properties to apply when loading a document.public @NonNull LocalConverter.Builder storeProperties(@NonNull Map<String,Object> storeProperties)
Custom properties are applied after the store properties of the target DocumentFormat.
storeProperties - A map containing the custom properties to apply when storing a
document.Copyright © 2016 - present; JODConverter.org. All rights reserved.