⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ireportplugin.dtd

📁 iReport-0.4.1-src是iReport的源代码,iReport是一个开源的报表项目,可以生成PDF等格式报表
💻 DTD
字号:
<?xml version="1.0" encoding="UTF-8"?>

<!--
Document : iReportPlugin.dtd
Created on : 19 maggio 2004, 8.09
Author : Giulio Toffoli
Description: This DTD define the XML descriptor for an iReport plugin. 
-->

<!-- 
iReportPlugin is the root element.
ATTRIBUTES:
name The name of plugin
class The class that extends 
it.businesslogic.ireport.plugin.IReportPlugin
loadOnStartup If true, the plugin will be instanced on iReport startup
hide If true, this plugin will be not visible on plugin menu
--> 
<!ELEMENT iReportPlugin (Author?,Description?, IconFile?)>
<!ATTLIST iReportPlugin
        name NMTOKEN #REQUIRED
        class NMTOKEN #REQUIRED
        loadOnStartup (true | false) "false"
        hide (true | false) "false"
        configurable (true | false) "false"
>

<!ELEMENT Author (#PCDATA)>
<!ELEMENT Description (#PCDATA)>

<!--
Icon file should be a file in the classpath i.e. com/my/plug/in/icon.gif
Is used as optional icon for menu.
Dim: 16x16 
-->
<!ELEMENT IconFile (#PCDATA)>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -