All Implemented Interfaces:
TagBase, TableAttributable, Serializable, Cloneable

public class Border extends AbstractAttribute implements TableAttributable
 <table border="0 | 1 | 2 etc..">
 The border attribute specifies if a border should be displayed around the table cells or not.

 The border attribute on the table element is obsolete. Use CSS instead
 
Since:
1.1.5
See Also:
  • Constructor Details

    • Border

      public Border(String value)
      Parameters:
      value - the the number of borders
      Since:
      1.1.5
    • Border

      public Border(int value)
      Parameters:
      value - the the number of borders
      Since:
      1.1.5
  • Method Details

    • init

      protected void init()
      invokes only once per object
      Since:
      1.1.5
    • getValue

      public int getValue()
      Returns:
      the the number of borders
      Since:
      1.1.5
    • setValue

      public void setValue(int value)
      Parameters:
      value - the the number of borders
      Since:
      1.1.5