Save This Page
Home » iText-2.1.7 » com.lowagie » text » [javadoc | source]
com.lowagie.text
public class: SimpleTable [javadoc | source]
java.lang.Object
   com.lowagie.text.Rectangle
      com.lowagie.text.SimpleTable

All Implemented Interfaces:
    TextElementArray, PdfPTableEvent, Element

Rectangle that can be used for Cells. This Rectangle is padded and knows how to draw itself in a PdfPTable or PdfPcellEvent.
Fields inherited from com.lowagie.text.Rectangle:
UNDEFINED,  TOP,  BOTTOM,  LEFT,  RIGHT,  NO_BORDER,  BOX,  llx,  lly,  urx,  ury,  rotation,  backgroundColor,  border,  useVariableBorders,  borderWidth,  borderWidthLeft,  borderWidthRight,  borderWidthTop,  borderWidthBottom,  borderColor,  borderColorLeft,  borderColorRight,  borderColorTop,  borderColorBottom
Constructor:
 public SimpleTable() 
Method from com.lowagie.text.SimpleTable Summary:
add,   addElement,   createPdfPTable,   createTable,   getAlignment,   getCellpadding,   getCellspacing,   getWidth,   getWidthpercentage,   isNestable,   setAlignment,   setCellpadding,   setCellspacing,   setWidth,   setWidthpercentage,   tableLayout,   type
Methods from com.lowagie.text.Rectangle:
cloneNonPositionParameters,   disableBorderSide,   enableBorderSide,   getBackgroundColor,   getBorder,   getBorderColor,   getBorderColorBottom,   getBorderColorLeft,   getBorderColorRight,   getBorderColorTop,   getBorderWidth,   getBorderWidthBottom,   getBorderWidthLeft,   getBorderWidthRight,   getBorderWidthTop,   getBottom,   getBottom,   getChunks,   getGrayFill,   getHeight,   getLeft,   getLeft,   getRight,   getRight,   getRotation,   getTop,   getTop,   getWidth,   hasBorder,   hasBorders,   isContent,   isNestable,   isUseVariableBorders,   normalize,   process,   rectangle,   rotate,   setBackgroundColor,   setBorder,   setBorderColor,   setBorderColorBottom,   setBorderColorLeft,   setBorderColorRight,   setBorderColorTop,   setBorderWidth,   setBorderWidthBottom,   setBorderWidthLeft,   setBorderWidthRight,   setBorderWidthTop,   setBottom,   setGrayFill,   setLeft,   setRight,   setTop,   setUseVariableBorders,   softCloneNonPositionParameters,   toString,   type
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.SimpleTable Detail:
 public boolean add(Object o) 
 public  void addElement(SimpleCell element) throws BadElementException 
    Adds content to this object.
 public PdfPTable createPdfPTable() throws DocumentException 
    Creates a PdfPTable object based on this TableAttributes object.
 public Table createTable() throws BadElementException 
    Creates a Table object based on this TableAttributes object.
 public int getAlignment() 
 public float getCellpadding() 
 public float getCellspacing() 
 public float getWidth() 
 public float getWidthpercentage() 
 public boolean isNestable() 
 public  void setAlignment(int alignment) 
 public  void setCellpadding(float cellpadding) 
 public  void setCellspacing(float cellspacing) 
 public  void setWidth(float width) 
 public  void setWidthpercentage(float widthpercentage) 
 public  void tableLayout(PdfPTable table,
    float[][] widths,
    float[] heights,
    int headerRows,
    int rowStart,
    PdfContentByte[] canvases) 
 public int type()