@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface ExportPrint
Modifier and Type | Optional Element and Description |
---|---|
double |
bottomMargin
下边距 英寸
|
boolean |
color
是否是彩色
|
int |
copies
打印份数
|
boolean |
draft
是否为草稿模式
|
boolean |
fit
打印自适应
|
double |
footerMargin
页脚边距 英寸
|
double |
headerMargin
页眉边距 英寸
|
int |
height
高
|
boolean |
horizontallyCenter
页面是否水平居中
|
int |
horizontalResolution
水平分辨率
|
boolean |
landScapePrint
是否横向打印
|
double |
leftMargin
左边距 英寸
|
int |
limit
每页行数
|
boolean |
notes
是否打印批注
|
int |
pageStart
起始页码
|
ExcelPaperType |
paper
纸张大小
|
boolean |
printGridLines
是否打印网格线
|
boolean |
printHeading
是否打印行标题和列标题
|
int[] |
repeat
重复打印的行和列
0 rowStartIndex
1 rowEndIndex
2 columnStartIndex
3 columnEndIndex
[1, 3] = [0, 1, 0, 3]
|
double |
rightMargin
右边距 英寸
|
int |
scale
缩放比例 10 - 400
|
boolean |
setPrintOrientation
是否设置打印方向
|
double |
topMargin
上边距 英寸
|
boolean |
topToBottom
是否自上而下
|
boolean |
usePage
是否使用起始页
|
boolean |
verticallyCenter
页面是否垂直居中
|
int |
verticalResolution
垂直分辨率
|
int |
width
宽
|
public abstract int[] repeat
public abstract ExcelPaperType paper
Copyright © 2024. All rights reserved.