Class ApplyStampImageToPagesParameter

java.lang.Object
com.logicaldoc.stamp.ApplyStampImageToPagesParameter

public class ApplyStampImageToPagesParameter extends Object
A value object to pass parameters to the applyStampImageToPages method.
Since:
8.8.5
Author:
Marco Meschieri - LogicalDOC
  • 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 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

    • getTenantId

      public long getTenantId()
    • setTenantId

      public void setTenantId(long tenantId)
    • getDoc

      public File getDoc()
    • setDoc

      public void setDoc(File doc)
    • getExprX

      public String getExprX()
    • setExprX

      public void setExprX(String exprX)
    • getExprY

      public String getExprY()
    • setExprY

      public void setExprY(String exprY)
    • getExprW

      public String getExprW()
    • setExprW

      public void setExprW(String exprW)
    • getExprH

      public String getExprH()
    • setExprH

      public void setExprH(String exprH)
    • getRotation

      public int getRotation()
    • setRotation

      public void setRotation(int rotation)
    • getOpacity

      public int getOpacity()
    • setOpacity

      public void setOpacity(int opacity)
    • getStamp

      public File getStamp()
    • setStamp

      public void setStamp(File stamp)
    • getPages

      public Integer[] getPages()
    • setPages

      public void setPages(Integer[] pages)