Interface PdfProcletWithFilenameOutput

    • Method Detail

      • setAddFilename

        void setAddFilename​(boolean value)
        Sets whether to output the filename as well.
        Parameters:
        value - if true then the filename gets added as well
      • getAddFilename

        boolean getAddFilename()
        Returns whether to output the filename as well.
        Returns:
        true if the filename gets added as well
      • addFilenameTipText

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

        void setFontFilename​(PdfFont value)
        Sets the font to use for adding the filename header.
        Parameters:
        value - the font
      • getFontFilename

        PdfFont getFontFilename()
        Returns the font to use for adding the filename header.
        Returns:
        the font
      • fontFilenameTipText

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

        void setColorFilename​(Color value)
        Sets the color to use for adding the filename header.
        Parameters:
        value - the color
      • getColorFilename

        Color getColorFilename()
        Returns the color to use for adding the filename header.
        Returns:
        the color
      • colorFilenameTipText

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