com.spire.pdf.annotations
Class PdfFixedPrint

java.lang.Object
  extended by com.spire.pdf.annotations.PdfFixedPrint
All Implemented Interfaces:
IPdfWrapper

public class PdfFixedPrint
extends java.lang.Object
implements IPdfWrapper

Created by sky.luo on 2020/8/18.


Constructor Summary
PdfFixedPrint()
           
PdfFixedPrint(PdfDictionary pdfObject)
           
 
Method Summary
 float getHorizontalTranslation()
           
 float[] getMatrix()
           
 float getVerticalTranslation()
           
 PdfFixedPrint setHorizontalTranslation(float horizontal)
           
 PdfFixedPrint setMatrix(float[] matrix)
           
 PdfFixedPrint setVerticalTranslation(float vertical)
           
 

Constructor Detail

PdfFixedPrint

public PdfFixedPrint()

PdfFixedPrint

public PdfFixedPrint(PdfDictionary pdfObject)
Method Detail

setMatrix

public PdfFixedPrint setMatrix(float[] matrix)

setHorizontalTranslation

public PdfFixedPrint setHorizontalTranslation(float horizontal)

setVerticalTranslation

public PdfFixedPrint setVerticalTranslation(float vertical)

getMatrix

public float[] getMatrix()

getHorizontalTranslation

public float getHorizontalTranslation()

getVerticalTranslation

public float getVerticalTranslation()