ireportplugin.dtd
来自「优秀的打印控件全源代码,类似水晶表的设计器!」· DTD 代码 · 共 37 行
DTD
37 行
<?xml version="1.0" encoding="UTF-8"?><br><br><!--<br> Document : iReportPlugin.dtd<br> Created on : 19 maggio 2004, 8.09<br> Author : Giulio Toffoli<br> Description: This DTD define the XML descriptor for an iReport plugin. <br>--><br><br><!-- <br> iReportPlugin is the root element.<br> ATTRIBUTES:<br> name The name of plugin<br> class The class that extends <br> it.businesslogic.ireport.plugin.IReportPlugin<br> loadOnStartup If true, the plugin will be instanced on iReport startup<br> hide If true, this plugin will be not visible on plugin menu<br>--> <br><!ELEMENT iReportPlugin (Author?,Description?, IconFile?)><br><!ATTLIST iReportPlugin<br> name NMTOKEN #REQUIRED<br> class NMTOKEN #REQUIRED<br> loadOnStartup (true | false) "false"<br> hide (true | false) "false"<br> congigurable (true | false) "false"<br>><br><br><!ELEMENT Author (#PCDATA)><br><!ELEMENT Description (#PCDATA)><br><br><!--<br> Icon file should be a file in the classpath i.e. com/my/plug/in/icon.gif<br> Is used as optional icon for menu.<br> Dim: 16x16 <br>--><br><!ELEMENT IconFile (#PCDATA)><br>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?