com.spire.pdf.annotations
Class PdfFixedPrint
java.lang.Object
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.
PdfFixedPrint
public PdfFixedPrint()
PdfFixedPrint
public PdfFixedPrint(PdfDictionary pdfObject)
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()