Interface BorderPropertiesWriter

All Known Subinterfaces:
Writer
All Known Implementing Classes:
AbstractWriter, XMLDOMWriter

public interface BorderPropertiesWriter
The BorderPropertiesWriter interface provides methods for setting border properties of a paragraph or table.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the border color for the paragraph or table.
    void
    Sets the border style for the paragraph or table.
    void
    setBorderWidth(int value)
    Sets the width of the border.
  • Method Details

    • setBorderStyle

      void setBorderStyle(BorderStyle value)
      Sets the border style for the paragraph or table.

      Note: used for the paragraph border and the table border.

      Parameters:
      value - the BorderStyle to set as the border style
    • setBorderColor

      void setBorderColor(String value)
      Sets the border color for the paragraph or table.
      Parameters:
      value - the value to set as the border color
    • setBorderWidth

      void setBorderWidth(int value)
      Sets the width of the border.
      Parameters:
      value - the width of the border