You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.1 KiB
27 lines
1.1 KiB
5 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<plugin>
|
||
|
<id>com.fr.plugin.export.office.word</id>
|
||
|
<main-package>com.fr.plugin.export</main-package>
|
||
|
<name><![CDATA[导出doc和docx]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.0</version>
|
||
|
<env-version>10.0</env-version>
|
||
|
<jartime>2019-09-25</jartime>
|
||
|
<vendor>author</vendor>
|
||
|
<description><![CDATA[将报表导出为word文件]]></description>
|
||
|
<change-notes><![CDATA[
|
||
|
[2019-11-12]初始化插件。<br/>
|
||
|
]]></change-notes>
|
||
|
<extra-core>
|
||
|
<LocaleFinder class="com.fr.plugin.export.office.word.WordLocaleFinder"/>
|
||
|
</extra-core>
|
||
|
<extra-report>
|
||
|
<ExtensionButtonProvider class="com.fr.plugin.export.office.word.WordExtensionButton"/>
|
||
|
<ExportOperateProvider class="com.fr.plugin.export.office.word.WordExport"/>
|
||
|
<JavaScriptFileHandler class="com.fr.plugin.export.office.word.WordFileHandler"/>
|
||
|
</extra-report>
|
||
|
<extra-designer>
|
||
|
<ToolbarItemProvider class="com.fr.plugin.export.office.word.WordExportToolbarUI"/>
|
||
|
</extra-designer>
|
||
|
<function-recorder class="com.fr.plugin.export.office.word.WordExport"/>
|
||
|
</plugin>
|