| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
StandardParagraphMixin
Locate the start and end of a paragraph, given a point within it.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Check to see if a following line should be included in the paragraph match. Routine designed to be overridden by subclasses to evaluate if a line should be included in the list of lines that belong with the current paragraph. Add the line to the ParagraphInfo class using addEndLine if it belongs. Return True if findParagraph should continue searching; otherwise return False |
Check to see if a previous line should be included in the paragraph match. Routine designed to be overridden by subclasses to evaluate if a line should be included in the list of lines that belong with the current paragraph. Add the line to the ParagraphInfo class using addStartLine if it belongs. Return True if findParagraph should continue searching; otherwise return False |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:16 2008 | http://epydoc.sourceforge.net |