printercss.java
来自「sample目录下是例子程序。 1.分组汇总例子 TestGroupRep」· Java 代码 · 共 25 行
JAVA
25 行
package com.lucaslee.report.printer;
/**
*
* <p>
* Title: 打印机样式表。
* </p>
* <p>
* Description:
* </p>
* <p>
* Copyright: Copyright (c) 2004
* </p>
* <p>
* Company:Lucas-lee Soft
* </p>
*
* @author Lucas Lee
* @version 1.0
*/
public class PrinterCss {
public PrinterCss() {
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?