类 Margin
java.lang.Object
com.grapecity.documents.excel.Margin
获取或设置相对于单元格的水印边距(以像素为单位)。
-
构造器概要
-
方法概要
-
构造器详细资料
-
Margin
public Margin(int all) 单个参数的构造函数- 参数:
all
- 要设置为所有边距的值。
-
Margin
public Margin(int top, int right, int bottom, int left) 四个参数的构造函数- 参数:
top
- 上边距值。right
- 右边距值。bottom
- 下边距值。left
- 左边距值。
-
-
方法详细资料