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.
18 lines
353 B
18 lines
353 B
9 years ago
|
/*
|
||
|
* Copyright(c) 2001-2010, FineReport Inc, All Rights Reserved.
|
||
|
*/
|
||
|
package com.fr.poly;
|
||
|
|
||
|
/**
|
||
|
* @author richer
|
||
|
* @since 6.5.4
|
||
|
* 创建于2011-4-8
|
||
|
*/
|
||
|
public class PolyConstants {
|
||
|
private PolyConstants() {
|
||
|
|
||
|
}
|
||
|
|
||
|
// 操作聚合报表添加行(列)的组件的高(宽)度
|
||
|
public static final int OPERATION_SIZE = 15;
|
||
|
}
|