跳过导航链接
A B C D E F G H I J M O P R S T V W X 

A

AbstractConversionJob - org.jodconverter.job中的类
Base class for all conversion job implementations.
AbstractConversionJob(AbstractSourceDocumentSpecs, AbstractTargetDocumentSpecs) - 类 的构造器org.jodconverter.job.AbstractConversionJob
 
AbstractConversionJobWithSourceFormatUnspecified - org.jodconverter.job中的类
Base class for all conversion job implementations with source format that is not yet applied to the converter.
AbstractConversionJobWithSourceFormatUnspecified(AbstractSourceDocumentSpecs, OfficeManager, DocumentFormatRegistry) - 类 的构造器org.jodconverter.job.AbstractConversionJobWithSourceFormatUnspecified
 
AbstractConverter - org.jodconverter.job中的类
Base class for all document converter implementations.
AbstractConverter(OfficeManager, DocumentFormatRegistry) - 类 的构造器org.jodconverter.job.AbstractConverter
 
AbstractConverter.AbstractConverterBuilder<B extends AbstractConverter.AbstractConverterBuilder<B>> - org.jodconverter.job中的类
A builder for constructing an AbstractConverter.
AbstractConverterBuilder() - 类 的构造器org.jodconverter.job.AbstractConverter.AbstractConverterBuilder
 
AbstractDocumentSpecs - org.jodconverter.job中的类
Base class for all document specifications implementations.
AbstractDocumentSpecs(File) - 类 的构造器org.jodconverter.job.AbstractDocumentSpecs
 
AbstractOfficeTask - org.jodconverter.task中的类
Base class for all office tasks implementation.
AbstractOfficeTask(SourceDocumentSpecs) - 类 的构造器org.jodconverter.task.AbstractOfficeTask
Creates a new task with the specified source document.
AbstractSourceDocumentSpecs - org.jodconverter.job中的类
Base class for all source document specifications implementations.
AbstractSourceDocumentSpecs(File) - 类 的构造器org.jodconverter.job.AbstractSourceDocumentSpecs
 
AbstractTargetDocumentSpecs - org.jodconverter.job中的类
Base class for all target document specifications implementations.
AbstractTargetDocumentSpecs(File) - 类 的构造器org.jodconverter.job.AbstractTargetDocumentSpecs
 
addFormat(DocumentFormat) - 类 中的方法org.jodconverter.document.SimpleDocumentFormatRegistry
Add a new format to the registry.
as(DocumentFormat) - 类 中的方法org.jodconverter.job.AbstractConversionJob
 
as(DocumentFormat) - 类 中的方法org.jodconverter.job.AbstractConversionJobWithSourceFormatUnspecified
 
as(DocumentFormat) - 接口 中的方法org.jodconverter.job.ConversionJobWithRequiredSourceFormatUnspecified
Defines the source document format for the given input document.
as(DocumentFormat) - 接口 中的方法org.jodconverter.job.ConversionJobWithRequiredTargetFormatUnspecified
Defines the target document format for the given input document.

B

build() - 类 中的方法org.jodconverter.job.AbstractConverter.AbstractConverterBuilder
Creates the converter that is specified by this builder.

C

ConversionJob - org.jodconverter.job中的接口
A fully specified conversion that is not yet applied to the converter.
ConversionJobWithOptionalSourceFormatUnspecified - org.jodconverter.job中的接口
A conversion job with optional source format that is not yet applied to the converter.
ConversionJobWithOptionalTargetFormatUnspecified - org.jodconverter.job中的接口
A conversion job with optional target format that is not yet applied to the converter.
ConversionJobWithRequiredSourceFormatUnspecified - org.jodconverter.job中的接口
A conversion job with required source format that is not yet applied to the converter.
ConversionJobWithRequiredTargetFormatUnspecified - org.jodconverter.job中的接口
A conversion job with required target format that is not yet applied to the converter.
ConversionJobWithSourceSpecified - org.jodconverter.job中的接口
A conversion job with a specified source for the conversion.
convert(File) - 接口 中的方法org.jodconverter.DocumentConverter
Converts a source file that is stored on the local file system.
convert(InputStream) - 接口 中的方法org.jodconverter.DocumentConverter
Converts a source stream input stream.
convert(InputStream, boolean) - 接口 中的方法org.jodconverter.DocumentConverter
Converts a source stream input stream.
convert(File) - 类 中的方法org.jodconverter.job.AbstractConverter
 
convert(InputStream) - 类 中的方法org.jodconverter.job.AbstractConverter
 
convert(InputStream, boolean) - 类 中的方法org.jodconverter.job.AbstractConverter
 
convert(AbstractSourceDocumentSpecs) - 类 中的方法org.jodconverter.job.AbstractConverter
Converts a source document using the given specifications.
copy(DocumentFormat) - 类 中的静态方法org.jodconverter.document.DocumentFormat
Creates a new DocumentFormat and modifiable from the specified format.
create(InputStream) - 类 中的静态方法org.jodconverter.document.JsonDocumentFormatRegistry
Creates a JsonDocumentFormatRegistry from the given InputStream.
create(String) - 类 中的静态方法org.jodconverter.document.JsonDocumentFormatRegistry
Creates a JsonDocumentFormatRegistry from the given source.
CSV - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Comma Separated Values.

D

DefaultDocumentFormatRegistry - org.jodconverter.document中的类
Holds the default DocumentFormat registry.
DOC - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Microsoft Word 97-2003.
DocumentConverter - org.jodconverter中的接口
A DocumentConverter is responsible to execute the conversion of documents using an office manager.
DocumentFamily - org.jodconverter.document中的枚举
Represents a document type supported by office.
DocumentFormat - org.jodconverter.document中的类
Contains the required information used to deal with a specific document format .
DocumentFormatRegistry - org.jodconverter.document中的接口
A class implementing this interface should keep a collection of document format supported by office.
DocumentFormatRegistryException - org.jodconverter.document中的异常错误
Exception thrown when a DefaultDocumentFormatRegistry cannot be created and initialized properly.
DocumentFormatRegistryException(String, Throwable) - 异常错误 的构造器org.jodconverter.document.DocumentFormatRegistryException
Constructs an exception with the specified detail message and cause.
DocumentSpecsIOException - org.jodconverter.job中的异常错误
Wraps an IOException with an unchecked exception while performing IO operations on a DocumentSpecs implementation.
DocumentSpecsIOException(String, Throwable) - 异常错误 的构造器org.jodconverter.job.DocumentSpecsIOException
Constructs a exception with the specified detail message and cause.
DOCX - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Microsoft Word 2007-2013 XML.
doExecute() - 类 中的方法org.jodconverter.job.AbstractConversionJob
Executes the conversion and blocks until the conversion terminates.

E

execute() - 类 中的方法org.jodconverter.job.AbstractConversionJob
 
execute() - 接口 中的方法org.jodconverter.job.ConversionJob
Executes a conversion and blocks until the conversion terminates.
execute(OfficeTask) - 接口 中的方法org.jodconverter.office.OfficeManager
Executes the specified task and blocks until the task terminates.
execute(OfficeContext) - 接口 中的方法org.jodconverter.task.OfficeTask
Executes the task in the specified context.

F

formatRegistry - 类 中的变量org.jodconverter.job.AbstractConversionJobWithSourceFormatUnspecified
 
formatRegistry - 类 中的变量org.jodconverter.job.AbstractConverter.AbstractConverterBuilder
 
formatRegistry(DocumentFormatRegistry) - 类 中的方法org.jodconverter.job.AbstractConverter.AbstractConverterBuilder
Specifies the DocumentFormatRegistry the which contains the document formats that will be supported by this converter.
formatRegistry - 类 中的变量org.jodconverter.job.AbstractConverter
 

G

getExtension() - 类 中的方法org.jodconverter.document.DocumentFormat
Gets the extension associated with the format.
getFile() - 类 中的方法org.jodconverter.job.AbstractDocumentSpecs
 
getFormat() - 类 中的方法org.jodconverter.job.AbstractDocumentSpecs
 
getFormatByExtension(String) - 类 中的静态方法org.jodconverter.document.DefaultDocumentFormatRegistry
Gets a document format for the specified extension.
getFormatByExtension(String) - 接口 中的方法org.jodconverter.document.DocumentFormatRegistry
Gets a document format for the specified extension.
getFormatByExtension(String) - 类 中的方法org.jodconverter.document.SimpleDocumentFormatRegistry
 
getFormatByMediaType(String) - 类 中的静态方法org.jodconverter.document.DefaultDocumentFormatRegistry
Gets a document format for the specified media type.
getFormatByMediaType(String) - 接口 中的方法org.jodconverter.document.DocumentFormatRegistry
Gets a document format for the specified media type.
getFormatByMediaType(String) - 类 中的方法org.jodconverter.document.SimpleDocumentFormatRegistry
 
getFormatRegistry() - 接口 中的方法org.jodconverter.DocumentConverter
Gets all the DocumentFormat supported by the converter.
getFormatRegistry() - 类 中的方法org.jodconverter.job.AbstractConverter
 
getInputFamily() - 类 中的方法org.jodconverter.document.DocumentFormat
Gets the DocumentFamily of the document.
getInstance() - 类 中的静态方法org.jodconverter.document.DefaultDocumentFormatRegistry
Gets the default instance of the class.
getInstance() - 类 中的静态方法org.jodconverter.office.InstalledOfficeManagerHolder
Gets the static instance of the static holder class.
getLoadProperties() - 类 中的方法org.jodconverter.document.DocumentFormat
Gets the properties required to load(open) a document of this format.
getMediaType() - 类 中的方法org.jodconverter.document.DocumentFormat
Gets the media (mime) type of the format.
getName() - 类 中的方法org.jodconverter.document.DocumentFormat
Gets the name of the format.
getOutputFormats(DocumentFamily) - 类 中的静态方法org.jodconverter.document.DefaultDocumentFormatRegistry
Gets all the DocumentFormats of a given family.
getOutputFormats(DocumentFamily) - 接口 中的方法org.jodconverter.document.DocumentFormatRegistry
Gets all the DocumentFormats of a given family.
getOutputFormats(DocumentFamily) - 类 中的方法org.jodconverter.document.SimpleDocumentFormatRegistry
 
getStoreProperties() - 类 中的方法org.jodconverter.document.DocumentFormat
Gets the properties required to store(save) a document of this format to a document of supported families.
getStoreProperties(DocumentFamily) - 类 中的方法org.jodconverter.document.DocumentFormat
Gets the properties required to store(save) a document of this format to a document of the specified family.

H

HTML - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
HTML.

I

InstalledOfficeManagerHolder - org.jodconverter.office中的类
Holds a unique instance of an OfficeManager that will be used by created DocumentConverter when no office manager are given to the converter builder.
isRunning() - 接口 中的方法org.jodconverter.office.OfficeManager
Gets whether the manager is running.

J

JsonDocumentFormatRegistry - org.jodconverter.document中的类
A JsonDocumentFormatRegistry contains a collection of DocumentFormat supported by office that has been loaded loaded from a JSON source.
JsonDocumentFormatRegistry() - 类 的构造器org.jodconverter.document.JsonDocumentFormatRegistry
 

M

makeTemporaryFile(String) - 接口 中的方法org.jodconverter.office.TemporaryFileMaker
Creates a new temporary file with the the specified extension.

O

ODG - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
OpenDocument Drawing.
ODP - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
OpenDocument Presentation.
ODS - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
OpenDocument Spreadsheet.
ODT - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
OpenDocument Text.
OfficeContext - org.jodconverter.office中的接口
Base interface for all office context interfaces.
OfficeException - org.jodconverter.office中的异常错误
An exception that provides information on a office operation error.
OfficeException(String) - 异常错误 的构造器org.jodconverter.office.OfficeException
Constructs a new office exception with the specified detail message.
OfficeException(String, Throwable) - 异常错误 的构造器org.jodconverter.office.OfficeException
Constructs a new office exception with the specified detail message and cause.
officeManager - 类 中的变量org.jodconverter.job.AbstractConversionJobWithSourceFormatUnspecified
 
officeManager - 类 中的变量org.jodconverter.job.AbstractConverter.AbstractConverterBuilder
 
officeManager(OfficeManager) - 类 中的方法org.jodconverter.job.AbstractConverter.AbstractConverterBuilder
Specifies the OfficeManager the converter will use to execute office tasks.
officeManager - 类 中的变量org.jodconverter.job.AbstractConverter
 
OfficeManager - org.jodconverter.office中的接口
An office manager knows how to execute an OfficeTask.
OfficeTask - org.jodconverter.task中的接口
Represents a task executed by an OfficeManager.
onComplete(File) - 接口 中的方法org.jodconverter.job.TargetDocumentSpecs
Called if the conversion was completed successfully.
onConsumed(File) - 接口 中的方法org.jodconverter.job.SourceDocumentSpecs
Called when the file was consumed and is not longer required by the converter.
onFailure(File, Exception) - 接口 中的方法org.jodconverter.job.TargetDocumentSpecs
Called if the conversion finished with an exception.
org.jodconverter - 程序包 org.jodconverter
This package contains the interfaces/classes related to the tasks an office process can execute.
org.jodconverter.document - 程序包 org.jodconverter.document
This package contains the DocumentFormat class that contains the information required by JODConverter to convert from/to specific document formats.
org.jodconverter.job - 程序包 org.jodconverter.job
This package contains the interfaces/classes used by the DocumentConverter converter implementation that offers a fluent API to execute document conversions.
org.jodconverter.office - 程序包 org.jodconverter.office
This package contains the interfaces/classes related to the management of the office processes launched by JODConverter.
org.jodconverter.task - 程序包 org.jodconverter.task
This package provides the classes that can be used to convert a document from a specific format to another format.
OTG - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
OpenDocument Drawing Template.
OTP - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
OpenDocument Presentation Template.
OTS - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
OpenDocument Spreadsheet Template.
OTT - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
OpenDocument Text Template.

P

PDF - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Portable Document Format.
PNG - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Portable Network Graphics.
PPT - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Microsoft PowerPoint 97-2003.
PPTX - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Microsoft PowerPoint 2007-2013 XML.

R

readJsonArray(String) - 类 中的方法org.jodconverter.document.JsonDocumentFormatRegistry
 
RTF - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Rich Text Format.

S

setInstance(OfficeManager) - 类 中的静态方法org.jodconverter.office.InstalledOfficeManagerHolder
Sets the static instance of the static holder class.
SimpleDocumentFormatRegistry - org.jodconverter.document中的类
A SimpleDocumentFormatRegistry contains a collection of document formats supported by office.
SimpleDocumentFormatRegistry() - 类 的构造器org.jodconverter.document.SimpleDocumentFormatRegistry
 
source - 类 中的变量org.jodconverter.job.AbstractConversionJob
 
source - 类 中的变量org.jodconverter.job.AbstractConversionJobWithSourceFormatUnspecified
 
source - 类 中的变量org.jodconverter.task.AbstractOfficeTask
 
SourceDocumentSpecs - org.jodconverter.job中的接口
An interface that provides the behavior to apply when a source file is no longer required by a conversion process.
start() - 接口 中的方法org.jodconverter.office.OfficeManager
Starts the manager.
stop() - 接口 中的方法org.jodconverter.office.OfficeManager
Stops the manager.
SVG - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Scalable Vector Graphics.
SWF - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Macromedia Flash.
SXC - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
OpenOffice.org 1.0 Spreadsheet.
SXI - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
OpenOffice.org 1.0 Presentation.
SXW - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
OpenOffice.org 1.0 Text Document.

T

target - 类 中的变量org.jodconverter.job.AbstractConversionJob
 
TargetDocumentSpecs - org.jodconverter.job中的接口
An interface that provides the behavior to apply when a target file is no longer required by a conversion process.
TemporaryFileMaker - org.jodconverter.office中的接口
Provides services to create temporary files.
to(File) - 类 中的方法org.jodconverter.job.AbstractConversionJobWithSourceFormatUnspecified
 
to(OutputStream) - 类 中的方法org.jodconverter.job.AbstractConversionJobWithSourceFormatUnspecified
 
to(OutputStream, boolean) - 类 中的方法org.jodconverter.job.AbstractConversionJobWithSourceFormatUnspecified
 
to(AbstractTargetDocumentSpecs) - 类 中的方法org.jodconverter.job.AbstractConversionJobWithSourceFormatUnspecified
Configures the current conversion to write the result using the specified specifications.
to(File) - 接口 中的方法org.jodconverter.job.ConversionJobWithSourceSpecified
Configures the current conversion to write the result to the specified target.
to(OutputStream) - 接口 中的方法org.jodconverter.job.ConversionJobWithSourceSpecified
Configures the current conversion to write the result to the specified OutputStream.
to(OutputStream, boolean) - 接口 中的方法org.jodconverter.job.ConversionJobWithSourceSpecified
Configures the current conversion to write the result to the specified OutputStream.
toString() - 类 中的方法org.jodconverter.document.DocumentFormat
 
TSV - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Tab Separated Values.
TXT - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Plain Text.

V

valueOf(String) - 枚举 中的静态方法org.jodconverter.document.DocumentFamily
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.jodconverter.document.DocumentFamily
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WPD - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
WordPerfect.

X

XLS - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Microsoft Excel 97-2003.
XLSX - 类 中的静态变量org.jodconverter.document.DefaultDocumentFormatRegistry
Microsoft Excel 2007-2013 XML.
A B C D E F G H I J M O P R S T V W X 
跳过导航链接