IDocumentReaderPlugin

public interface IDocumentReaderPlugin

为可以将文件读入文档的外部阅读器插件定义接口。

方法

方法描述
read(InputStream src, LoadOptions loadOptions, Document document)

read(InputStream src, LoadOptions loadOptions, Document document)

public abstract void read(InputStream src, LoadOptions loadOptions, Document document)

参数:

范围类型描述
srcjava.io.InputStream
loadOptionsLoadOptions
documentDocument