FixedPrint

Inheritance: java.lang.Object, com.aspose.pdf.FixedPrint

public class FixedPrint extends Object

Represent Fixed print data of Watermark Annotation.

Methods

MethodDescription
getHorizontalTranslationGets horizontal translation.
getMatrixGets matrix value.
getVerticalTranslationGets vertical translation.
setHorizontalTranslationSets horizontal translation.
setMatrixSets matrix value.
setVerticalTranslationSets vertical translation.

getHorizontalTranslation

public double getHorizontalTranslation()

Gets horizontal translation.

Returns: double value

getMatrix

public Matrix getMatrix()

Gets matrix value.

Returns: Matrix instance

getVerticalTranslation

public double getVerticalTranslation()

Gets vertical translation.

Returns: double value

setHorizontalTranslation

public void setHorizontalTranslation(double value)

Sets horizontal translation.

Parameters:

ParameterTypeDescription
valuedouble value

setMatrix

Sets matrix value.

setVerticalTranslation

public void setVerticalTranslation(double value)

Sets vertical translation.

Parameters:

ParameterTypeDescription
valuedouble value