Class PdfBorderDictionary


  • public class PdfBorderDictionary
    extends PdfDictionary
    A PdfBorderDictionary define the appearance of a Border (Annotations).
    See Also:
    PdfDictionary
    • Constructor Detail

      • PdfBorderDictionary

        public PdfBorderDictionary​(float borderWidth,
                                   int borderStyle,
                                   PdfDashPattern dashes)
        Constructs a PdfBorderDictionary.
        Parameters:
        borderStyle - the border style
        borderWidth - the width of the border
        dashes - the pattern of the border
      • PdfBorderDictionary

        public PdfBorderDictionary​(float borderWidth,
                                   int borderStyle)