Package com.documents4j.api
Interface IConversionJobWithTargetUnspecified
-
public interface IConversionJobWithTargetUnspecifiedA conversion job where the document type of the target document is not yet specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IConversionJobWithPriorityUnspecifiedas(DocumentType targetFormat)Defines the target document type for the given target.
-
-
-
Method Detail
-
as
IConversionJobWithPriorityUnspecified as(DocumentType targetFormat)
Defines the target document type for the given target.- Parameters:
targetFormat- The document type of the target document.- Returns:
- The current conversion specification.
-
-