跳过导航链接
A B C D E F G I J K L M N O P R S T U V W 

A

AbstractFilterChain - org.jodconverter.filter中的类
Base class of a FilterChain.
AbstractFilterChain() - 类 的构造器org.jodconverter.filter.AbstractFilterChain
Creates a FilterChain.
AbstractFilterChain(Filter...) - 类 的构造器org.jodconverter.filter.AbstractFilterChain
Creates a FilterChain that will contains the specified filters.
AbstractFilterChain(boolean, Filter...) - 类 的构造器org.jodconverter.filter.AbstractFilterChain
Creates a FilterChain that will contains the specified filters.
AbstractLocalOfficeTask - org.jodconverter.task中的类
Base class for all local office tasks implementation.
AbstractLocalOfficeTask(SourceDocumentSpecs) - 类 的构造器org.jodconverter.task.AbstractLocalOfficeTask
Creates a new task with the specified source document.
AbstractLocalOfficeTask(SourceDocumentSpecs, Map<String, Object>) - 类 的构造器org.jodconverter.task.AbstractLocalOfficeTask
Creates a new task with the specified source document.
AbstractProcessManager - org.jodconverter.process中的类
Base class for all process manager implementations included in the standard JODConverter distribution.
AbstractProcessManager() - 类 的构造器org.jodconverter.process.AbstractProcessManager
Initializes a new instance of the class.
AbstractTextContentInserterFilter - org.jodconverter.filter.text中的类
Base class for all filter used to insert a TextContent into a document.
AbstractTextContentInserterFilter(Dimension, int, int) - 类 的构造器org.jodconverter.filter.text.AbstractTextContentInserterFilter
Creates a new filter that will insert a text content (shape) of the specified size at the specified location while converting a document.
AbstractTextContentInserterFilter(Dimension, Map<String, Object>) - 类 的构造器org.jodconverter.filter.text.AbstractTextContentInserterFilter
Creates a new filter that will insert a text content (shape) of the specified size using the specified shape properties while converting a document.
addFilter(Filter) - 类 中的方法org.jodconverter.filter.AbstractFilterChain
Adds a filter to the chain.
addFilter(Filter) - 接口 中的方法org.jodconverter.filter.FilterChain
Adds a filter to the chain.
addPropertiesToMap(Map<String, Object>, Map<String, Object>) - 类 中的静态方法org.jodconverter.task.AbstractLocalOfficeTask
 
applyAnchorPageNoFix(XTextDocument, XTextCursor) - 类 中的方法org.jodconverter.filter.text.AbstractTextContentInserterFilter
Jumps to the page specified by the "AnchorPageNo" if present in the shape properties if this filter.
attempt() - 类 中的方法org.jodconverter.office.ConnectRetryable
 
attempt() - 类 中的方法org.jodconverter.office.ExitCodeRetryable
 

B

build() - 类 中的方法org.jodconverter.LocalConverter.Builder
Creates the converter that is specified by this builder.
build() - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Builds a ProcessPoolOfficeManager with the current configuration.
build() - 类 中的方法org.jodconverter.office.ExternalOfficeManagerBuilder
Builds a new ExternalOfficeManager.
build() - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Creates the converter that is specified by this builder.
builder() - 类 中的静态方法org.jodconverter.LocalConverter
Creates a new builder instance.
builder() - 类 中的静态方法org.jodconverter.office.LocalOfficeManager
Creates a new builder instance.
buildOfficeUrls(int[], String[]) - 类 中的静态方法org.jodconverter.office.LocalOfficeUtils
Builds an array of OfficeUrl from an array of port numbers and an array of pipe names.

C

CHAIN - 类 中的静态变量org.jodconverter.filter.NoopFilter
Singleton instance of a FilterChain that will always contain a single NoopFilter that won't call the next filter in the chain.
CHAIN - 类 中的静态变量org.jodconverter.filter.RefreshFilter
Singleton instance of a FilterChain that will always contain a single RefreshFilter that won't call the next filter in the chain.
closeDocument(XComponent) - 类 中的方法org.jodconverter.task.AbstractLocalOfficeTask
 
ConnectRetryable - org.jodconverter.office中的类
Performs a connection to an office process.
ConnectRetryable(OfficeConnection) - 类 的构造器org.jodconverter.office.ConnectRetryable
Creates a new instance of the class for the specified connection.
ConnectRetryable(OfficeProcess, OfficeConnection) - 类 的构造器org.jodconverter.office.ConnectRetryable
Creates a new instance of the class for the specified process and connection.
convert(File) - 类 中的静态方法org.jodconverter.JodConverter
Converts a source file that is stored on the local file system.
convert(InputStream) - 类 中的静态方法org.jodconverter.JodConverter
Converts a source stream input stream.
convert(InputStream, boolean) - 类 中的静态方法org.jodconverter.JodConverter
Converts a source stream input stream.
convert(AbstractSourceDocumentSpecs) - 类 中的方法org.jodconverter.LocalConverter
 
convert(File, File) - 类 中的方法org.jodconverter.OfficeDocumentConverter
Converts an input file to an output file.
convert(File, File, DocumentFormat) - 类 中的方法org.jodconverter.OfficeDocumentConverter
Converts an input file to an output file.
convert(File, File, DocumentFormat, DocumentFormat) - 类 中的方法org.jodconverter.OfficeDocumentConverter
Converts an input file to an output file.
convert(FilterChain, File, File) - 类 中的方法org.jodconverter.OfficeDocumentConverter
Converts an input file to an output file.
convert(FilterChain, File, File, DocumentFormat) - 类 中的方法org.jodconverter.OfficeDocumentConverter
Converts an input file to an output file.
convert(FilterChain, File, File, DocumentFormat, DocumentFormat) - 类 中的方法org.jodconverter.OfficeDocumentConverter
Converts an input file to an output file.
createDefaultShapeProperties(int, int) - 类 中的静态方法org.jodconverter.filter.text.AbstractTextContentInserterFilter
Creates the default shape properties that would insert text content at the specified position on the first page of a document.
createPoolEntries() - 类 中的方法org.jodconverter.office.LocalOfficeManager
 

D

DEFAULT_LOAD_PROPERTIES - 类 中的静态变量org.jodconverter.task.AbstractLocalOfficeTask
 
DefaultFilterChain - org.jodconverter.filter中的类
Default implementation of FilterChain.
DefaultFilterChain() - 类 的构造器org.jodconverter.filter.DefaultFilterChain
Creates a FilterChain without any filters that will always apply a RefreshFilter at the end of the chain.
DefaultFilterChain(Filter...) - 类 的构造器org.jodconverter.filter.DefaultFilterChain
Creates a FilterChain that will contains the specified filters and will always apply a RefreshFilter at the end of the chain.
DefaultFilterChain(boolean) - 类 的构造器org.jodconverter.filter.DefaultFilterChain
Creates a FilterChain without any filters.
DefaultFilterChain(boolean, Filter...) - 类 的构造器org.jodconverter.filter.DefaultFilterChain
Creates a FilterChain that will contains the specified filters.
DefaultOfficeManagerBuilder - org.jodconverter.office中的类
已过时。
DefaultOfficeManagerBuilder() - 类 的构造器org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
 
disableOpengl(boolean) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Specifies whether OpenGL must be disabled when starting a new office process.
doFilter(OfficeContext, XComponent) - 类 中的方法org.jodconverter.filter.AbstractFilterChain
 
doFilter(Filter, OfficeContext, XComponent) - 类 中的方法org.jodconverter.filter.AbstractFilterChain
Causes the specified filter to be invoked.
doFilter(OfficeContext, XComponent) - 类 中的方法org.jodconverter.filter.DefaultFilterChain
 
doFilter(OfficeContext, XComponent, FilterChain) - 接口 中的方法org.jodconverter.filter.Filter
The doFilter method of the Filter is called each time a document is passed through the chain due to a conversion request.
doFilter(OfficeContext, XComponent) - 接口 中的方法org.jodconverter.filter.FilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, do nothing.
doFilter(OfficeContext, XComponent, FilterChain) - 类 中的方法org.jodconverter.filter.NoopFilter
 
doFilter(OfficeContext, XComponent, FilterChain) - 类 中的方法org.jodconverter.filter.RefreshFilter
 
doFilter(OfficeContext, XComponent, FilterChain) - 类 中的方法org.jodconverter.filter.text.GraphicInserterFilter
 
doFilter(OfficeContext, XComponent, FilterChain) - 类 中的方法org.jodconverter.filter.text.PageCounterFilter
 
doFilter(OfficeContext, XComponent, FilterChain) - 类 中的方法org.jodconverter.filter.text.PageSelectorFilter
 
doFilter(OfficeContext, XComponent, FilterChain) - 类 中的方法org.jodconverter.filter.text.TableOfContentUpdaterFilter
 
doFilter(OfficeContext, XComponent, FilterChain) - 类 中的方法org.jodconverter.filter.text.TextInserterFilter
 
doFilter(OfficeContext, XComponent, FilterChain) - 类 中的方法org.jodconverter.filter.text.TextReplacerFilter
 

E

execute(String[]) - 类 中的方法org.jodconverter.process.AbstractProcessManager
Executes the specified command and return the output.
execute(String[]) - 类 中的方法org.jodconverter.process.UnixProcessManager
 
execute(OfficeContext) - 类 中的方法org.jodconverter.task.LocalConversionTask
 
ExitCodeRetryable - org.jodconverter.office中的类
Gets the exit code value of an office process.
ExitCodeRetryable(Process) - 类 的构造器org.jodconverter.office.ExitCodeRetryable
Creates a new instance of the class for the specified process.
ExternalOfficeManagerBuilder - org.jodconverter.office中的类
Helper class used to creates ExternalOfficeManager instances.
ExternalOfficeManagerBuilder() - 类 的构造器org.jodconverter.office.ExternalOfficeManagerBuilder
 

F

Filter - org.jodconverter.filter中的接口
Represents a step where a document is transformed.
FilterChain - org.jodconverter.filter中的接口
A FilterChain is an object that is responsible to managed an invocation chain of filters.
filterChain(Filter...) - 类 中的方法org.jodconverter.LocalConverter.Builder
Specifies the filters to apply when converting a document.
filterChain(FilterChain) - 类 中的方法org.jodconverter.LocalConverter.Builder
Specifies the whole filter chain to apply when converting a document.
filters - 类 中的变量org.jodconverter.filter.AbstractFilterChain
 
findBestProcessManager() - 类 中的静态方法org.jodconverter.office.LocalOfficeUtils
Find the best process manager that will be used to retrieve a process PID and to kill a process by PID.
findPid(ProcessQuery) - 类 中的方法org.jodconverter.process.AbstractProcessManager
 
findPid(ProcessQuery) - 接口 中的方法org.jodconverter.process.ProcessManager
Finds a PID of a running process that has the specified command line.
findPid(ProcessQuery) - 类 中的方法org.jodconverter.process.PureJavaProcessManager
 

G

getArgument() - 类 中的方法org.jodconverter.process.ProcessQuery
Gets the arguments of the process to query.
getCommand() - 类 中的方法org.jodconverter.process.ProcessQuery
Gets the command of the process to query.
getComponentContext() - 接口 中的方法org.jodconverter.office.LocalOfficeContext
Gets the office component context for this context.
getComponentLoader() - 接口 中的方法org.jodconverter.office.LocalOfficeContext
Gets the office component loader for this context.
getConnection() - 类 中的方法org.jodconverter.office.OfficeUrl
Returns the name of the connection of this Uno Url.
getConnectionAndParametersAsString() - 类 中的方法org.jodconverter.office.OfficeUrl
Returns the raw specification of the connection name and parameters.
getConnectionParameters() - 类 中的方法org.jodconverter.office.OfficeUrl
Returns the connection parameters as a map with key/value pairs.
getConnectionParametersAsString() - 类 中的方法org.jodconverter.office.OfficeUrl
Returns the raw specification of the connection parameters.
getConnectString() - 异常错误 中的方法org.jodconverter.office.OfficeConnectionException
Gets the connection strong of the connection.
getDefault() - 类 中的静态方法org.jodconverter.process.MacProcessManager
Gets the default instance of MacProcessManager.
getDefault() - 类 中的静态方法org.jodconverter.process.PureJavaProcessManager
Gets the default instance of PureJavaProcessManager.
getDefault() - 类 中的静态方法org.jodconverter.process.UnixProcessManager
Gets the default instance of UnixProcessManager.
getDefault() - 类 中的静态方法org.jodconverter.process.WindowsProcessManager
Gets the default instance of WindowsProcessManager.
getDefaultOfficeHome() - 类 中的静态方法org.jodconverter.office.LocalOfficeUtils
Gets the default office home directory, which is auto-detected.
getDesktop() - 接口 中的方法org.jodconverter.office.LocalOfficeContext
Gets the office desktop for this context.
getExitCode() - 类 中的方法org.jodconverter.office.ExitCodeRetryable
The exit code of the process.
getFormatRegistry() - 类 中的方法org.jodconverter.OfficeDocumentConverter
Gets all the DocumentFormat supported by the converter.
getLoadProperties() - 类 中的方法org.jodconverter.task.AbstractLocalOfficeTask
 
getOfficeExecutable(File) - 类 中的静态方法org.jodconverter.office.LocalOfficeUtils
Gets the office executable within an office installation.
getPageCount() - 类 中的方法org.jodconverter.filter.text.PageCounterFilter
Gets the number of pages within the document when the filter has been invoked.
getProtocol() - 类 中的方法org.jodconverter.office.OfficeUrl
Returns the name of the protocol of this Uno Url.
getProtocolAndParametersAsString() - 类 中的方法org.jodconverter.office.OfficeUrl
Returns the raw specification of the protocol name and parameters.
getProtocolParameters() - 类 中的方法org.jodconverter.office.OfficeUrl
Returns the protocol parameters as a map with key/value pairs.
getProtocolParametersAsString() - 类 中的方法org.jodconverter.office.OfficeUrl
Returns the raw specification of the protocol parameters.
getRectSize() - 类 中的方法org.jodconverter.filter.text.AbstractTextContentInserterFilter
Gets the rectangle's size of the shape that will be inserted.
getRootOid() - 类 中的方法org.jodconverter.office.OfficeUrl
Return the object name.
getRunningProcessesCommand(String) - 类 中的方法org.jodconverter.process.AbstractProcessManager
Gets the command to be executed to get a snapshot of all the running processes identified by the specified argument (process).
getRunningProcessesCommand(String) - 类 中的方法org.jodconverter.process.MacProcessManager
 
getRunningProcessesCommand(String) - 类 中的方法org.jodconverter.process.UnixProcessManager
 
getRunningProcessesCommand(String) - 类 中的方法org.jodconverter.process.WindowsProcessManager
 
getRunningProcessLinePattern() - 类 中的方法org.jodconverter.process.AbstractProcessManager
Gets the pattern to be used to match an output line containing the information about a running process.
getRunningProcessLinePattern() - 类 中的方法org.jodconverter.process.UnixProcessManager
 
getRunningProcessLinePattern() - 类 中的方法org.jodconverter.process.WindowsProcessManager
 
getShapeProperties() - 类 中的方法org.jodconverter.filter.text.AbstractTextContentInserterFilter
Gets the shape's properties to apply when inserting the shape to the document.
GraphicInserterFilter - org.jodconverter.filter.text中的类
This filter is used to insert a graphics into a document.
GraphicInserterFilter(String, int, int) - 类 的构造器org.jodconverter.filter.text.GraphicInserterFilter
Creates a new filter that will insert the specified image at the specified location while converting a document.
GraphicInserterFilter(String, int, int, int, int) - 类 的构造器org.jodconverter.filter.text.GraphicInserterFilter
Creates a new filter that will insert the specified image at the specified location while converting a document.
GraphicInserterFilter(String, int, int, Map<String, Object>) - 类 的构造器org.jodconverter.filter.text.GraphicInserterFilter
Creates a new filter that will insert the specified image using the specified properties while converting a document.
GraphicInserterFilter(String, Map<String, Object>) - 类 的构造器org.jodconverter.filter.text.GraphicInserterFilter
Creates a new filter that will insert the specified image using the specified properties while converting a document.

I

install() - 类 中的静态方法org.jodconverter.office.LocalOfficeManager
Creates a new LocalOfficeManager with default configuration.
INSTANCE - 类 中的静态变量org.jodconverter.filter.RefreshFilter
已过时。
isUsable() - 类 中的方法org.jodconverter.process.WindowsProcessManager
Gets whether the commands we need are available for a Windows OS.

J

JodConverter - org.jodconverter中的类
Helper class that will create a LocalConverter using the previously installed OfficeManager under the hood for each conversion.

K

kill(Process, long) - 接口 中的方法org.jodconverter.process.ProcessManager
Kills the specified process.
kill(Process, long) - 类 中的方法org.jodconverter.process.PureJavaProcessManager
 
kill(Process, long) - 类 中的方法org.jodconverter.process.UnixProcessManager
 
kill(Process, long) - 类 中的方法org.jodconverter.process.WindowsProcessManager
 
killExistingProcess(boolean) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Specifies whether an existing office process is killed when starting a new office process for the same connection string.

L

LAST_REFRESH - 类 中的静态变量org.jodconverter.filter.RefreshFilter
Singleton instance of refresh filter that won't call the next filter in the chain.
loadDocument(LocalOfficeContext, File) - 类 中的方法org.jodconverter.task.AbstractLocalOfficeTask
 
loadProperties(Map<String, Object>) - 类 中的方法org.jodconverter.LocalConverter.Builder
Specifies the load properties, for this converter, that will be applied when a document is loaded during a conversion task, regardless of the input format of the document.
loadProperties - 类 中的变量org.jodconverter.task.AbstractLocalOfficeTask
 
LocalConversionTask - org.jodconverter.task中的类
Represents the default behavior for a local conversion task.
LocalConversionTask(SourceDocumentSpecs, TargetDocumentSpecs, Map<String, Object>, FilterChain, Map<String, Object>) - 类 的构造器org.jodconverter.task.LocalConversionTask
Creates a new conversion task from a specified source to a specified target.
LocalConverter - org.jodconverter中的类
Default implementation of a document converter.
LocalConverter.Builder - org.jodconverter中的类
A builder for constructing a LocalConverter.
LocalOfficeContext - org.jodconverter.office中的接口
Represents an office context for local conversions.
LocalOfficeManager - org.jodconverter.office中的类
Default OfficeManager implementation that uses a pool of office processes to execute conversion tasks.
LocalOfficeManager.Builder - org.jodconverter.office中的类
A builder for constructing a LocalOfficeManager.
LocalOfficeUtils - org.jodconverter.office中的类
 

M

MacProcessManager - org.jodconverter.process中的类
 
MacProcessManager() - 类 的构造器org.jodconverter.process.MacProcessManager
 
make() - 类 中的静态方法org.jodconverter.LocalConverter
Creates a new LocalConverter using with default configuration.
make(OfficeManager) - 类 中的静态方法org.jodconverter.LocalConverter
Creates a new LocalConverter using the specified OfficeManager with default configuration.
make() - 类 中的静态方法org.jodconverter.office.LocalOfficeManager
Creates a new LocalOfficeManager with default configuration.
maxTasksPerProcess(int) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Specifies the maximum number of tasks an office process can execute before restarting.

N

NOOP - 类 中的静态变量org.jodconverter.filter.NoopFilter
Singleton instance of refresh filter that won't call the next filter in the chain.
NoopFilter - org.jodconverter.filter中的类
This filter does nothing except calling the next filter in the chain.
NoopFilter() - 类 的构造器org.jodconverter.filter.NoopFilter
 

O

OfficeConnectionException - org.jodconverter.office中的异常错误
Exceptions thrown when a connection to an office process failed.
OfficeConnectionException(String, String) - 异常错误 的构造器org.jodconverter.office.OfficeConnectionException
Constructs a new connect exception with the specified detail message.
OfficeConnectionException(String, String, Throwable) - 异常错误 的构造器org.jodconverter.office.OfficeConnectionException
Constructs a new connect exception with the specified detail message and cause.
OfficeConnectionProtocol - org.jodconverter.office中的枚举
Represents protocols that can be used to communicate with a running office instance.
OfficeDocumentConverter - org.jodconverter中的类
A OfficeDocumentConverter is responsible to execute the conversion of documents using an office manager.
OfficeDocumentConverter(OfficeManager) - 类 的构造器org.jodconverter.OfficeDocumentConverter
Constructs a new instance of the class with the specified manager.
OfficeDocumentConverter(OfficeManager, DocumentFormatRegistry) - 类 的构造器org.jodconverter.OfficeDocumentConverter
Constructs a new instance of the class with the specified manager and registry.
officeHome(File) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Specifies the office home directory (office installation).
officeHome(String) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Specifies the office home directory (office installation).
OfficeUrl - org.jodconverter.office中的类
Wrapper class around an UnoUrl so we are not importing the com.sun.star.lib.uno.helper.UnoUrl package everywhere.
OfficeUrl(String) - 类 的构造器org.jodconverter.office.OfficeUrl
Creates an OfficeUrl for the specified pipe.
OfficeUrl(int) - 类 的构造器org.jodconverter.office.OfficeUrl
Creates an OfficeUrl for the specified port.
org.jodconverter - 程序包 org.jodconverter
This package contains the interfaces/classes related to the tasks an office process can execute.
org.jodconverter.filter - 程序包 org.jodconverter.filter
This package contains classes related to the modification of a document after it has been loaded by JODConverter.
org.jodconverter.filter.text - 程序包 org.jodconverter.filter.text
This package provides various Filter implementations that can be used while converting a document from the TEXT document family.
org.jodconverter.office - 程序包 org.jodconverter.office
 
org.jodconverter.process - 程序包 org.jodconverter.process
This package provides various ProcessManager implementations for dealing with office processes (kill processes, retrieve process ids, etc.).
org.jodconverter.task - 程序包 org.jodconverter.task
 

P

PageCounterFilter - org.jodconverter.filter.text中的类
This filter is used to count the number of pages of a document.
PageCounterFilter() - 类 的构造器org.jodconverter.filter.text.PageCounterFilter
 
PageSelectorFilter - org.jodconverter.filter.text中的类
This filter is used to select a specific page from a document in order to convert only the selected page.
PageSelectorFilter(int) - 类 的构造器org.jodconverter.filter.text.PageSelectorFilter
Creates a new filter that will select the specified page while converting a document (only the given page will be converted).
PID_NOT_FOUND - 接口 中的静态变量org.jodconverter.process.ProcessManager
 
PID_UNKNOWN - 接口 中的静态变量org.jodconverter.process.ProcessManager
 
pipeNames(String...) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Specifies the pipe names that will be use to communicate with office.
portNumbers(int...) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Specifies the port numbers that will be use to communicate with office.
pos - 类 中的变量org.jodconverter.filter.AbstractFilterChain
 
processManager(ProcessManager) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Provides a specific ProcessManager implementation to be used when dealing with an office process (retrieve PID, kill process).
processManager(String) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Provides a custom ProcessManager implementation, which may not be included in the standard JODConverter distribution.
ProcessManager - org.jodconverter.process中的接口
Provides services required to manage a running process.
ProcessQuery - org.jodconverter.process中的类
Contains the required information used to query for a running process.
ProcessQuery(String, String) - 类 的构造器org.jodconverter.process.ProcessQuery
Constructs a new instance with the given command and argument.
processRetryInterval(long) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Specifies the delay, in milliseconds, between each try when trying to execute an office process call (start/terminate).
processTimeout(long) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Specifies the timeout, in milliseconds, when trying to execute an office process call (start/terminate).
property(String, Object) - 类 中的静态方法org.jodconverter.office.LocalOfficeUtils
Creates a PropertyValue with the specified name and value.
PureJavaProcessManager - org.jodconverter.process中的类
 
PureJavaProcessManager() - 类 的构造器org.jodconverter.process.PureJavaProcessManager
 

R

RefreshFilter - org.jodconverter.filter中的类
This filter is used to refresh a document.
RefreshFilter() - 类 的构造器org.jodconverter.filter.RefreshFilter
Creates a new refresh filter.
RefreshFilter(boolean) - 类 的构造器org.jodconverter.filter.RefreshFilter
Creates a new refresh filter that will call or not the next filter in the chain according to the specified argument.
reset() - 类 中的方法org.jodconverter.filter.AbstractFilterChain
Resets the position in the filter chain to 0, making the chain reusable.
runAsArgs(String...) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Specifies the sudo arguments that will be used with unix commands.

S

setConnectionProtocol(OfficeConnectionProtocol) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Sets the connection protocol.
setConnectionProtocol(OfficeConnectionProtocol) - 类 中的方法org.jodconverter.office.ExternalOfficeManagerBuilder
Sets the connection protocol.
setConnectOnStart(boolean) - 类 中的方法org.jodconverter.office.ExternalOfficeManagerBuilder
Sets whether a connection is attempted on start.
setConnectTimeout(long) - 类 中的方法org.jodconverter.office.ExternalOfficeManagerBuilder
Sets the timeout after which a connection attempt will fail.
setDefaultLoadProperties(Map<String, Object>) - 类 中的方法org.jodconverter.OfficeDocumentConverter
Sets the default properties to use when we load (open) a document before a conversion, regardless the input type of the document.
setKillExistingProcess(boolean) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Specifies if an existing office process is killed when starting a new office process for the same connection string.
setMaxTasksPerProcess(int) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Specifies the maximum number of tasks an office process can execute before restarting.
setOfficeHome(File) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Specifies the office home directory (office installation).
setOfficeHome(String) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Specifies the office home directory (office installation).
setPipeName(String) - 类 中的方法org.jodconverter.office.ExternalOfficeManagerBuilder
Sets the pipe name that will be use to communicate with office.
setPipeNames(String...) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Specifies the pipe names that will be use to communicate with office.
setPortNumber(int) - 类 中的方法org.jodconverter.office.ExternalOfficeManagerBuilder
Sets the port number that will be use to communicate with office.
setPortNumbers(int...) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Specifies the port numbers that will be use to communicate with office.
setProcessManager(ProcessManager) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Provides a specific ProcessManager implementation to be used when dealing with an office process (retrieve PID, kill process).
setProcessManager(String) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Provides a custom ProcessManager implementation, which may not be included in the standard JODConverter distribution.
setRetryInterval(long) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
setRetryTimeout(long) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
setRunAsArgs(String...) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Specifies the sudo arguments that will be used with unix commands.
setRunAsArgs(String[]) - 类 中的方法org.jodconverter.process.UnixProcessManager
Sets The sudo command arguments.
setTaskExecutionTimeout(long) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Specifies the maximum time allowed to process a task.
setTaskQueueTimeout(long) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Specifies the maximum living time of a task in the conversion queue.
setTemplateProfileDir(File) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Specifies the directory to copy to the temporary office profile directories to be created.
setTemplateProfileDir(String) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Specifies the directory to copy to the temporary office profile directories to be created.
setWorkingDir(File) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Specifies the directory where temporary office profile directories will be created.
setWorkingDir(String) - 类 中的方法org.jodconverter.office.DefaultOfficeManagerBuilder
已过时。
Specifies the directory where temporary office profile directories will be created.
stopQuietly(OfficeManager) - 类 中的静态方法org.jodconverter.office.LocalOfficeUtils
Stops an OfficeManager unconditionally.
storeProperties(Map<String, Object>) - 类 中的方法org.jodconverter.LocalConverter.Builder
Specifies the properties that will be applied when a document is stored during the conversion task.

T

TableOfContentUpdaterFilter - org.jodconverter.filter.text中的类
This filter update all indexes in a document.
TableOfContentUpdaterFilter() - 类 的构造器org.jodconverter.filter.text.TableOfContentUpdaterFilter
Creates a new filter that will update the table of content.
TableOfContentUpdaterFilter(int) - 类 的构造器org.jodconverter.filter.text.TableOfContentUpdaterFilter
Creates a new filter that will change the number of levels of the table of content and will update it.
templateProfileDir(File) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Specifies the directory to copy to the temporary office profile directories to be created.
templateProfileDir(String) - 类 中的方法org.jodconverter.office.LocalOfficeManager.Builder
Specifies the directory to copy to the temporary office profile directories to be created.
TextInserterFilter - org.jodconverter.filter.text中的类
This filter is used to insert text into a document.
TextInserterFilter(String, int, int, int, int) - 类 的构造器org.jodconverter.filter.text.TextInserterFilter
Creates a new filter that will insert the specified text at the specified location while converting a document.
TextInserterFilter(String, int, int, Map<String, Object>) - 类 的构造器org.jodconverter.filter.text.TextInserterFilter
Creates a new filter that will insert the specified text at the specified location while converting a document.
TextReplacerFilter - org.jodconverter.filter.text中的类
This filter is used to replace text in a document.
TextReplacerFilter(String[], String[]) - 类 的构造器org.jodconverter.filter.text.TextReplacerFilter
Creates a new filter with the specified strings to replace.
toOfficeSize(Dimension) - 类 中的静态方法org.jodconverter.filter.text.AbstractTextContentInserterFilter
Converts the specified size where units are millimeters to an office size where unit are 1/100 millimeters.
toUnoProperties(Map<String, Object>) - 类 中的静态方法org.jodconverter.office.LocalOfficeUtils
Converts a regular java map to an array of PropertyValue, usable as arguments with UNO interface types.
toUrl(File) - 类 中的静态方法org.jodconverter.office.LocalOfficeUtils
Constructs an URL from the specified file as expected by office.

U

UnixProcessManager - org.jodconverter.process中的类
ProcessManager implementation for *nix systems.
UnixProcessManager() - 类 的构造器org.jodconverter.process.UnixProcessManager
 
UnmodifiableFilterChain - org.jodconverter.filter中的类
Unmodifiable implementation of FilterChain.
UnmodifiableFilterChain(Filter...) - 类 的构造器org.jodconverter.filter.UnmodifiableFilterChain
Creates an unmodifiable FilterChain that will contains the specified filters.

V

validateOfficeHome(File) - 类 中的静态方法org.jodconverter.office.LocalOfficeUtils
Validates that the specified File instance is a valid office home directory.
validateOfficeTemplateProfileDirectory(File) - 类 中的静态方法org.jodconverter.office.LocalOfficeUtils
Validates that the specified File instance is a valid office template profile directory.
validateOfficeWorkingDirectory(File) - 类 中的静态方法org.jodconverter.office.LocalOfficeUtils
Validates that the specified File instance is a valid office working directory.
valueOf(String) - 枚举 中的静态方法org.jodconverter.office.OfficeConnectionProtocol
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.jodconverter.office.OfficeConnectionProtocol
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WindowsProcessManager - org.jodconverter.process中的类
ProcessManager implementation for Windows.
WindowsProcessManager() - 类 的构造器org.jodconverter.process.WindowsProcessManager
 
A B C D E F G I J K L M N O P R S T U V W 
跳过导航链接