public class ExcelParam extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExcelParam() |
ExcelParam(ExcelParam source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getPaperDirection()
Get 表格文件转换纸张方向,默认为0。
0 -- 代表垂直方向
非0 -- 代表水平方向
|
Long |
getPaperSize()
Get 表格转码纸张(画布)大小,默认为0。
0 -- A4
1 -- A2
2 -- A0
注:当设置的值超出合法取值范围时,将采用默认值。
|
void |
setPaperDirection(Long PaperDirection)
Set 表格文件转换纸张方向,默认为0。
0 -- 代表垂直方向
非0 -- 代表水平方向
|
void |
setPaperSize(Long PaperSize)
Set 表格转码纸张(画布)大小,默认为0。
0 -- A4
1 -- A2
2 -- A0
注:当设置的值超出合法取值范围时,将采用默认值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ExcelParam()
public ExcelParam(ExcelParam source)
public Long getPaperSize()
public void setPaperSize(Long PaperSize)
PaperSize
- 表格转码纸张(画布)大小,默认为0。
0 -- A4
1 -- A2
2 -- A0
注:当设置的值超出合法取值范围时,将采用默认值。public Long getPaperDirection()
public void setPaperDirection(Long PaperDirection)
PaperDirection
- 表格文件转换纸张方向,默认为0。
0 -- 代表垂直方向
非0 -- 代表水平方向Copyright © 2024. All rights reserved.