Uses of Class
com.documents4j.api.DocumentType
-
Packages that use DocumentType Package Description com.documents4j.api -
-
Uses of DocumentType in com.documents4j.api
Fields in com.documents4j.api declared as DocumentType Modifier and Type Field Description static DocumentTypeDocumentType. CSVstatic DocumentTypeDocumentType. DOCstatic DocumentTypeDocumentType. DOCXstatic DocumentTypeDocumentType. HTMLstatic DocumentTypeDocumentType. MHTMLstatic DocumentTypeDocumentType. MS_EXCELstatic DocumentTypeDocumentType. MS_POWERPOINTstatic DocumentTypeDocumentType. MS_WORDstatic DocumentTypeDocumentType. ODSstatic DocumentTypeDocumentType. OTSstatic DocumentTypeDocumentType. PDFstatic DocumentTypeDocumentType. PDFAstatic DocumentTypeDocumentType. PPTstatic DocumentTypeDocumentType. PPTXstatic DocumentTypeDocumentType. RTFstatic DocumentTypeDocumentType. TEXTstatic DocumentTypeDocumentType. XLSstatic DocumentTypeDocumentType. XLSXstatic DocumentTypeDocumentType. XLTXstatic DocumentTypeDocumentType. XMLMethods in com.documents4j.api that return types with arguments of type DocumentType Modifier and Type Method Description Map<DocumentType,Set<DocumentType>>IConverter. getSupportedConversions()Returns a mapping of all conversions that are supported by the backing conversion engine.Map<DocumentType,Set<DocumentType>>IConverter. getSupportedConversions()Returns a mapping of all conversions that are supported by the backing conversion engine.Methods in com.documents4j.api with parameters of type DocumentType Modifier and Type Method Description IConversionJobWithSourceSpecifiedIConversionJobWithSourceUnspecified. as(DocumentType sourceFormat)Defines the source document type for the given input document.IConversionJobWithPriorityUnspecifiedIConversionJobWithTargetUnspecified. as(DocumentType targetFormat)Defines the target document type for the given target.intDocumentType. compareTo(DocumentType other)
-