public class ContractTemplateStructComponent extends Object
| 构造器和说明 |
|---|
ContractTemplateStructComponent() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getFont()
填充字体,默认1,1-宋体,2-新宋体,4-黑体,5-楷体
|
String |
getFontSize()
填充字体大小,默认12
|
String |
getHeight()
输入项组件高度
|
String |
getId()
输入项组件id,使用时可用id填充,为空时表示添加,不为空时表示修改
|
String |
getKey()
模板下输入项组件唯一标识,使用模板时也可用根据key值填充
|
String |
getLabel()
输入项组件显示名称
|
String |
getLimit()
输入项组件type=2,type=3时填充格式校验规则;数字格式如:#,#00.0# 日期格式如: yyyy-MM-dd
|
Long |
getPage()
页码
|
Boolean |
getRequired()
是否必填,默认true
|
String |
getTextColor()
字体颜色,默认#000000黑色
|
Long |
getType()
输入项组件类型,1-文本,2-数字,3-日期,6-签约区
|
String |
getWidth()
输入项组件宽度
|
String |
getX()
x轴坐标,左下角为原点
|
String |
getY()
y轴坐标,左下角为原点
|
void |
setFont(Long font)
填充字体,默认1,1-宋体,2-新宋体,4-黑体,5-楷体
|
void |
setFontSize(String fontSize)
填充字体大小,默认12
|
void |
setHeight(String height)
输入项组件高度
|
void |
setId(String id)
输入项组件id,使用时可用id填充,为空时表示添加,不为空时表示修改
|
void |
setKey(String key)
模板下输入项组件唯一标识,使用模板时也可用根据key值填充
|
void |
setLabel(String label)
输入项组件显示名称
|
void |
setLimit(String limit)
输入项组件type=2,type=3时填充格式校验规则;数字格式如:#,#00.0# 日期格式如: yyyy-MM-dd
|
void |
setPage(Long page)
页码
|
void |
setRequired(Boolean required)
是否必填,默认true
|
void |
setTextColor(String textColor)
字体颜色,默认#000000黑色
|
void |
setType(Long type)
输入项组件类型,1-文本,2-数字,3-日期,6-签约区
|
void |
setWidth(String width)
输入项组件宽度
|
void |
setX(String x)
x轴坐标,左下角为原点
|
void |
setY(String y)
y轴坐标,左下角为原点
|
public Long getFont()
public void setFont(Long font)
public String getFontSize()
public void setFontSize(String fontSize)
public String getHeight()
public void setHeight(String height)
public String getId()
public void setId(String id)
public String getKey()
public void setKey(String key)
public String getLabel()
public void setLabel(String label)
public String getLimit()
public void setLimit(String limit)
public Long getPage()
public void setPage(Long page)
public Boolean getRequired()
public void setRequired(Boolean required)
public String getTextColor()
public void setTextColor(String textColor)
public Long getType()
public void setType(Long type)
public String getWidth()
public void setWidth(String width)
public String getX()
public void setX(String x)
public String getY()
public void setY(String y)
Copyright © 2021. All Rights Reserved.