Package com.logicaldoc.stamp
Class ApplyStampImageToPagesParameter
java.lang.Object
com.logicaldoc.stamp.ApplyStampImageToPagesParameter
A value object to pass parameters to the applyStampImageToPages method.
- Since:
- 8.8.5
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDoc()
getExprH()
getExprW()
getExprX()
getExprY()
int
Integer[]
getPages()
int
getStamp()
long
void
void
void
void
void
void
setOpacity
(int opacity) void
void
setRotation
(int rotation) void
void
setTenantId
(long tenantId)
-
Constructor Details
-
ApplyStampImageToPagesParameter
public ApplyStampImageToPagesParameter()Constructor -
ApplyStampImageToPagesParameter
public ApplyStampImageToPagesParameter(long tenantId, File doc, String exprX, String exprY, String exprW, String exprH, int rotation) Constructor- Parameters:
tenantId
- Identifier of the tenantdoc
- The document to processexprX
- Expression that defines the X coordinateexprY
- Expression that defines the Y coordinateexprW
- Expression that defines the widthexprH
- Expression that defines the heightrotation
- Degrees of rotation
-
-
Method Details
-
getTenantId
public long getTenantId() -
setTenantId
public void setTenantId(long tenantId) -
getDoc
-
setDoc
-
getExprX
-
setExprX
-
getExprY
-
setExprY
-
getExprW
-
setExprW
-
getExprH
-
setExprH
-
getRotation
public int getRotation() -
setRotation
public void setRotation(int rotation) -
getOpacity
public int getOpacity() -
setOpacity
public void setOpacity(int opacity) -
getStamp
-
setStamp
-
getPages
-
setPages
-