Table of Contents

Class: StructuredTextTable ../HappyDoc-r2_1/happydoclib/docstring/StructuredText/ClassicDocumentClass.py

rows is a list of lists containing tuples, which represent the columns/cells in each rows. EX rows = [[(row 1:column1,1)],[(row2:column1,1)]]

a StructuredTextTable holds StructuredTextRows

Base Classes   
ST.StructuredTextDocument
Methods   
__init__
_getColorizableTexts
_getRows
_setColorizableTexts
getColorizableTexts
getRows
setColorizableTexts
  __init__ 
__init__ (
        self,
        rows,
        src,
        subs,
        **kw,
        )

  _getColorizableTexts 
_getColorizableTexts ( self )

  _getRows 
_getRows ( self )

  _setColorizableTexts 
_setColorizableTexts ( self )

  getColorizableTexts 
getColorizableTexts ( self )

return a tuple where each item is a column/cell's contents. The tuple, result, will be of this format. ("r1 col1", "r1=col2", "r2 col1", "r2 col2")

  getRows 
getRows ( self )

  setColorizableTexts 
setColorizableTexts ( self,  texts )

texts is going to a tuple where each item is the result of being mapped to the colortext function. Need to insert the results appropriately into the individual columns/cells


Table of Contents

This document was automatically generated on Sat Aug 24 16:57:29 2002 by HappyDoc version 2.1