All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.documents4j.api.IConversionJobWithTargetUnspecified Maven / Gradle / Ivy

There is a newer version: 1.1.12
Show newest version
package com.documents4j.api;

/**
 * A conversion job where the document type of the target document is not yet specified.
 */
public interface IConversionJobWithTargetUnspecified {

    /**
     * Defines the target document type for the given target.
     *
     * @param targetFormat The document type of the target document.
     * @return The current conversion specification.
     */
    IConversionJobWithPriorityUnspecified as(DocumentType targetFormat);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy