Uses of Class
com.tencentcloudapi.ds.v20180523.models.SignLocation
-
Packages that use SignLocation Package Description com.tencentcloudapi.ds.v20180523.models -
-
Uses of SignLocation in com.tencentcloudapi.ds.v20180523.models
Methods in com.tencentcloudapi.ds.v20180523.models that return SignLocation Modifier and Type Method Description SignLocation[]SignContractByCoordinateRequest. getSignLocations()Get 签署坐标,坐标原点在文件左下角,坐标单位为磅,坐标不得超过合同文件边界Methods in com.tencentcloudapi.ds.v20180523.models with parameters of type SignLocation Modifier and Type Method Description voidSignContractByCoordinateRequest. setSignLocations(SignLocation[] SignLocations)Set 签署坐标,坐标原点在文件左下角,坐标单位为磅,坐标不得超过合同文件边界Constructors in com.tencentcloudapi.ds.v20180523.models with parameters of type SignLocation Constructor Description SignLocation(SignLocation 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.
-