Class PdfBorderDictionary


@Deprecated public class PdfBorderDictionary extends PdfDictionary
Deprecated.
A PdfBorderDictionary define the appearance of a Border (Annotations).
See Also:
  • Field Details

  • Constructor Details

    • PdfBorderDictionary

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

      public PdfBorderDictionary(float borderWidth, int borderStyle)
      Deprecated.