@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface ViableConversions
IExternalConverter's capabilities of converting a set of document
formats into a set of output document formats. All document formats must be represented as MIME-types. This
annotation allows for defining distinct subsets of formats that can be converted to specific output document
formats.DocumentType,
ViableConversion| Modifier and Type | Required Element and Description |
|---|---|
ViableConversion[] |
value
Returns all viable conversions.
|
public abstract ViableConversion[] value
Copyright © 2013–2016. All rights reserved.