/** * Դ�������ƣ�BlockTypes.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.biz.core * ����˵����$desc * ����ĵ��� * ���ߣ�sundl */ package com.hundsun.ares.studio.core.excel; /** * @author sundl * */ public interface BlockTypes { int KEY_VALUE = 0; int TEXT = 1; int TABLE = 2; }