ireportproperties.dtd

来自「优秀的打印控件全源代码,类似水晶表的设计器!」· DTD 代码 · 共 19 行

DTD
19
字号
<?xml version="1.0" encoding="UTF-8"?><!ELEMENT iReportProperties (iReportConnection*, iReportProperty*)><!ELEMENT iReportProperty (#PCDATA)><!ATTLIST iReportProperty	name NMTOKEN #REQUIRED><!ELEMENT iReportConnection (connectionParameter*)><!ATTLIST iReportConnection	name NMTOKEN #REQUIRED	connectionClass NMTOKEN "it.businesslogic.ireport.connection.JDBCConnection"><!ELEMENT connectionParameter (#PCDATA)><!ATTLIST connectionParameter	name NMTOKEN #REQUIRED>

⌨️ 快捷键说明

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