cn.signit.sdk.pojo
类 Signer.Position.RectanglePosition.RectanglePositionBuilder

java.lang.Object
  继承者 cn.signit.sdk.pojo.Signer.Position.RectanglePosition.RectanglePositionBuilder
包容类:
Signer.Position.RectanglePosition

public static class Signer.Position.RectanglePosition.RectanglePositionBuilder
extends Object

签名矩形框坐标对象建造器

从以下版本开始:
2.0.0

构造方法摘要
Signer.Position.RectanglePosition.RectanglePositionBuilder()
           
 
方法摘要
 Signer.Position.RectanglePosition build()
           
 Signer.Position.RectanglePosition.RectanglePositionBuilder withLrx(Float lrx)
          以左上角为原点,横向为x轴,纵向为y轴
 Signer.Position.RectanglePosition.RectanglePositionBuilder withLrx(Integer page)
          已过时。 
 Signer.Position.RectanglePosition.RectanglePositionBuilder withLry(Float lry)
          以左上角为原点,横向为x轴,纵向为y轴
 Signer.Position.RectanglePosition.RectanglePositionBuilder withLyx(Float lry)
          已过时。 
 Signer.Position.RectanglePosition.RectanglePositionBuilder withPage(Integer page)
           
 Signer.Position.RectanglePosition.RectanglePositionBuilder withScale(Float scale)
           
 Signer.Position.RectanglePosition.RectanglePositionBuilder withUlx(Float ulx)
          以左上角为原点,横向为x轴,纵向为y轴
 Signer.Position.RectanglePosition.RectanglePositionBuilder withUly(Float uly)
          以左上角为原点,横向为x轴,纵向为y轴
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Signer.Position.RectanglePosition.RectanglePositionBuilder

public Signer.Position.RectanglePosition.RectanglePositionBuilder()
方法详细信息

withLrx

public Signer.Position.RectanglePosition.RectanglePositionBuilder withLrx(Float lrx)
以左上角为原点,横向为x轴,纵向为y轴

参数:
lrx - 矩形框右下角横坐标(单位:pt)
返回:
签名矩形框坐标对象建造器Signer.Position.RectanglePosition.RectanglePositionBuilder
从以下版本开始:
2.0.0

withLyx

@Deprecated
public Signer.Position.RectanglePosition.RectanglePositionBuilder withLyx(Float lry)
已过时。 


withLry

public Signer.Position.RectanglePosition.RectanglePositionBuilder withLry(Float lry)
以左上角为原点,横向为x轴,纵向为y轴

参数:
lry - 矩形框右下角纵坐标(单位:pt)
返回:
签名矩形框坐标对象建造器Signer.Position.RectanglePosition.RectanglePositionBuilder
从以下版本开始:
2.0.0

withUlx

public Signer.Position.RectanglePosition.RectanglePositionBuilder withUlx(Float ulx)
以左上角为原点,横向为x轴,纵向为y轴

参数:
ulx - 矩形框左上角横坐标(单位:pt)
返回:
签名矩形框坐标对象建造器Signer.Position.RectanglePosition.RectanglePositionBuilder
从以下版本开始:
2.0.0

withUly

public Signer.Position.RectanglePosition.RectanglePositionBuilder withUly(Float uly)
以左上角为原点,横向为x轴,纵向为y轴

参数:
uly - 矩形框左上角纵坐标(单位:pt)
返回:
签名矩形框坐标对象建造器Signer.Position.RectanglePosition.RectanglePositionBuilder
从以下版本开始:
2.0.0

withScale

public Signer.Position.RectanglePosition.RectanglePositionBuilder withScale(Float scale)
参数:
scale - 矩形框缩放比例,默认为1.0;参照Signer.Position.KeywordPosition.KeywordPositionBuilder.withScale(Float)
返回:
签名矩形框坐标对象建造器Signer.Position.RectanglePosition.RectanglePositionBuilder
从以下版本开始:
2.0.0

withLrx

@Deprecated
public Signer.Position.RectanglePosition.RectanglePositionBuilder withLrx(Integer page)
已过时。 


withPage

public Signer.Position.RectanglePosition.RectanglePositionBuilder withPage(Integer page)
参数:
page - rectanglePosition矩形框放在文档的哪一页
返回:
签名矩形框坐标对象建造器Signer.Position.RectanglePosition.RectanglePositionBuilder
从以下版本开始:
2.0.0

build

public Signer.Position.RectanglePosition build()
返回:
签名矩形框坐标对象 Signer.Position.RectanglePosition
从以下版本开始:
2.0.0


Copyright © 2019. All rights reserved.