Class DocTable

All Implemented Interfaces:
Serializable, DocStyle

public class DocTable extends DocContainer implements DocStyle
Author:
mfranci
See Also:
  • Field Details

  • Constructor Details

    • DocTable

      public DocTable()
  • Method Details

    • getUtil

      public DocTableUtil getUtil()
    • setPadding

      public void setPadding(int padding)
    • getPadding

      public int getPadding()
    • setSpacing

      public void setSpacing(int spacing)
    • getSpacing

      public int getSpacing()
    • setRenderMode

      public void setRenderMode(String renderMode)
    • getRenderMode

      public String getRenderMode()
    • setSpaceBefore

      public void setSpaceBefore(Float spaceBefore)
    • getSpaceBefore

      public Float getSpaceBefore()
    • setSpaceAfter

      public void setSpaceAfter(Float spaceAfter)
    • getSpaceAfter

      public Float getSpaceAfter()
    • setColWithds

      public void setColWithds(int[] colWithds)
    • getColWithds

      public int[] getColWithds()
    • setWidth

      public void setWidth(int width)
    • getWidth

      public int getWidth()
    • setColumns

      public void setColumns(int columns)
    • getColumns

      public int getColumns()
    • setForeColor

      public void setForeColor(String foreColor)
      Specified by:
      setForeColor in interface DocStyle
      Parameters:
      foreColor - the foreColor to set
    • getForeColor

      public String getForeColor()
      Specified by:
      getForeColor in interface DocStyle
      Returns:
      the foreColor
    • setBackColor

      public void setBackColor(String backColor)
      Specified by:
      setBackColor in interface DocStyle
      Parameters:
      backColor - the backColor to set
    • getBackColor

      public String getBackColor()
      Specified by:
      getBackColor in interface DocStyle
      Returns:
      the backColor
    • setAlt

      public void setAlt(String alt)
    • getAlt

      public String getAlt()