Interface PdfProcletWithAbsolutePosition

    • Method Detail

      • setX

        void setX​(float value)
        Sets the absolute X position.
        Parameters:
        value - the X position
      • getX

        float getX()
        Returns the absolute X position.
        Returns:
        the X position
      • XTipText

        String XTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setY

        void setY​(float value)
        Sets the absolute Y position.
        Parameters:
        value - the Y position
      • getY

        float getY()
        Returns the absolute Y position.
        Returns:
        the Y position
      • YTipText

        String YTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.