Package com.documents4j.api
Interface IConversionJobWithSourceUnspecified
-
public interface IConversionJobWithSourceUnspecifiedA conversion job where the document type of the source document is not yet specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IConversionJobWithSourceSpecifiedas(DocumentType sourceFormat)Defines the source document type for the given input document.
-
-
-
Method Detail
-
as
IConversionJobWithSourceSpecified as(DocumentType sourceFormat)
Defines the source document type for the given input document.- Parameters:
sourceFormat- The document type of the source document.- Returns:
- The current conversion specification.
-
-