Class AutoTableElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class AutoTableElement
    extends Element
    Creation-Date: Dec 9, 2006, 5:46:48 PM
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • AutoTableElement

        public AutoTableElement()
    • Method Detail

      • addHeader

        public void addHeader​(Section headerCellElement)
      • addFooter

        public void addFooter​(Section footerCellElement)
      • addContent

        public void addContent​(Section cellElement)
      • getHeaderCount

        public int getHeaderCount()
      • getFooterCount

        public int getFooterCount()
      • getContentCount

        public int getContentCount()
      • getHeaderCell

        public Section getHeaderCell​(int index)
      • getFooterCell

        public Section getFooterCell​(int index)
      • getContentCell

        public Section getContentCell​(int index)