All Implemented Interfaces:
TagBase, TableAttributable, Serializable, Cloneable

public class CellSpacing extends AbstractAttribute implements TableAttributable
 <table cellspacing="pixels">
 The cellspacing attribute specifies the space, in pixels, between cells.

 NB:- The cellspacing attribute of <table> is not supported in HTML5. Use CSS instead.
 
Since:
1.1.5
See Also:
  • Constructor Details

    • CellSpacing

      public CellSpacing(String value)
      Parameters:
      value - the the number of pixels
      Since:
      1.1.5
    • CellSpacing

      public CellSpacing(int value)
      Parameters:
      value - the the number of pixels
      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 pixels
      Since:
      1.1.5
    • setValue

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