| 
        
            | Methods |  |  
        |  |  
            |  | __call__ |  
        | 
__call__ (
        self,
        doc,
        level=1,
        header=1,
        )
 |  
            |  | _text |  
        | 
_text (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | bullet |  
        | 
bullet (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | description |  
        | 
description (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | descriptionBody |  
        | 
descriptionBody (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | descriptionTitle |  
        | 
descriptionTitle (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | dispatch |  
        | 
dispatch (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | document |  
        | 
document (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | emphasis |  
        | 
emphasis (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | example |  
        | 
example (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | innerLink |  
        | 
innerLink (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | link |  
        | 
link (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | literal |  
        | 
literal (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | namedLink |  
        | 
namedLink (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | numbered |  
        | 
numbered (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | paragraph |  
        | 
paragraph (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | section |  
        | 
section (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | sectionTitle |  
        | 
sectionTitle (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | sgml |  
        | 
sgml (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | strong |  
        | 
strong (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | table |  
        | 
table (
        self,
        doc,
        level,
        output,
        )
A StructuredTextTable holds StructuredTextRow(s) which
        holds StructuredTextColumn(s). A StructuredTextColumn
        is a type of StructuredTextParagraph and thus holds
        the actual data. |  
            |  | underline |  
        | 
underline (
        self,
        doc,
        level,
        output,
        )
 |  
            |  | xref |  
        | 
xref (
        self,
        doc,
        level,
        output,
        )
 |  |