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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetDoc()getExprH()getExprW()getExprX()getExprY()intInteger[]getPages()intgetStamp()longvoidvoidvoidvoidvoidvoidsetOpacity(int opacity) voidvoidsetRotation(int rotation) voidvoidsetTenantId(long tenantId) 
- 
Constructor Details- 
ApplyStampImageToPagesParameterpublic ApplyStampImageToPagesParameter()Constructor
- 
ApplyStampImageToPagesParameterpublic ApplyStampImageToPagesParameter(long tenantId, File doc, String exprX, String exprY, String exprW, String exprH, int rotation) Constructor- Parameters:
- tenantId- Identifier of the tenant
- doc- The document to process
- exprX- Expression that defines the X coordinate
- exprY- Expression that defines the Y coordinate
- exprW- Expression that defines the width
- exprH- Expression that defines the height
- rotation- Degrees of rotation
 
 
- 
- 
Method Details- 
getTenantIdpublic long getTenantId()
- 
setTenantIdpublic void setTenantId(long tenantId) 
- 
getDoc
- 
setDoc
- 
getExprX
- 
setExprX
- 
getExprY
- 
setExprY
- 
getExprW
- 
setExprW
- 
getExprH
- 
setExprH
- 
getRotationpublic int getRotation()
- 
setRotationpublic void setRotation(int rotation) 
- 
getOpacitypublic int getOpacity()
- 
setOpacitypublic void setOpacity(int opacity) 
- 
getStamp
- 
setStamp
- 
getPages
- 
setPages
 
-