Class PdfBorderDictionary

  • All Implemented Interfaces:
    java.io.Serializable

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

      • PdfBorderDictionary

        public PdfBorderDictionary​(float borderWidth,
                                   int borderStyle,
                                   PdfDashPattern dashes)
        Constructs a PdfBorderDictionary.
      • PdfBorderDictionary

        public PdfBorderDictionary​(float borderWidth,
                                   int borderStyle)