| Package | Description |
|---|---|
| com.documents4j.api |
| Modifier and Type | Field and Description |
|---|---|
static DocumentType |
DocumentType.CSV |
static DocumentType |
DocumentType.DOC |
static DocumentType |
DocumentType.DOCX |
static DocumentType |
DocumentType.MHTML |
static DocumentType |
DocumentType.MS_EXCEL |
static DocumentType |
DocumentType.MS_WORD |
static DocumentType |
DocumentType.ODS |
static DocumentType |
DocumentType.PDF |
static DocumentType |
DocumentType.PDFA |
static DocumentType |
DocumentType.RTF |
static DocumentType |
DocumentType.TEXT |
static DocumentType |
DocumentType.XLS |
static DocumentType |
DocumentType.XLSX |
static DocumentType |
DocumentType.XML |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
IConversionJobWithSourceSpecified |
IConversionJobWithSourceUnspecified.as(DocumentType sourceFormat)
Defines the source document type for the given input document.
|
IConversionJobWithPriorityUnspecified |
IConversionJobWithTargetUnspecified.as(DocumentType targetFormat)
Defines the target document type for the given target.
|
int |
DocumentType.compareTo(DocumentType other) |
Copyright © 2013–2016. All rights reserved.