Table of Contents
StructuredTextRow holds StructuredTextColumns
__init__ ( self, row, kw, )
row is a list of tuples, where each tuple is the raw text for a cell/column and the span of that cell/column. EX [(this is column one,1), (this is column two,1)]
this is column one
this is column two
_getColumns ( self )
getColumns ( self )