public class FixedPrint extends Object
Represent Fixed print data of Watermark Annotation.
Modifier and Type | Method and Description |
---|---|
double |
getHorizontalTranslation() |
Matrix |
getMatrix() |
double |
getVerticalTranslation() |
void |
setHorizontalTranslation(double value) |
void |
setMatrix(Matrix value) |
void |
setVerticalTranslation(double value) |
public Matrix getMatrix()
public void setMatrix(Matrix value)
public double getHorizontalTranslation()
public void setHorizontalTranslation(double value)
public double getVerticalTranslation()
public void setVerticalTranslation(double value)