public class NormalStampPos extends Object implements StampAppearance
| 构造器和说明 |
|---|
NormalStampPos(int page,
double tlx,
double tly,
double width,
double height)
构造一个普通印章位置
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<org.ofdrw.core.signatures.appearance.StampAnnot> |
getAppearance(OFDReader ctx,
SignIDProvider idProvider)
获取签章外观
|
double |
getHeight() |
int |
getPage() |
double |
getWidth() |
double |
getX() |
double |
getY() |
NormalStampPos |
setHeight(double height) |
NormalStampPos |
setPage(int page) |
NormalStampPos |
setWidth(double width) |
NormalStampPos |
setX(double tlx) |
NormalStampPos |
setY(double tly) |
public NormalStampPos(int page,
double tlx,
double tly,
double width,
double height)
page - 页码tlx - 左上角x坐标tly - 左上角y坐标width - 宽度height - 高度public int getPage()
public NormalStampPos setPage(int page)
public double getX()
public NormalStampPos setX(double tlx)
public double getY()
public NormalStampPos setY(double tly)
public double getWidth()
public NormalStampPos setWidth(double width)
public double getHeight()
public NormalStampPos setHeight(double height)
public List<org.ofdrw.core.signatures.appearance.StampAnnot> getAppearance(OFDReader ctx, SignIDProvider idProvider)
StampAppearancegetAppearance 在接口中 StampAppearancectx - OFD虚拟容器idProvider - 签名ID提供器Copyright © 2024. All rights reserved.