Public Member Functions | |
def | __init__ |
def | addTextToElement |
Process an input string, inserting <text:tab> elements for '', <text:line-break> elements for ' ', and <text:s> elements for runs of more than one blank. More... | |
Public Attributes | |
textBuffer | |
spaceCount | |
Definition at line 35 of file teletype.py.
def odf.teletype.WhitespaceText.__init__ | ( | self | ) |
Definition at line 37 of file teletype.py.
def odf.teletype.WhitespaceText.addTextToElement | ( | self, | |
odfElement, | |||
s | |||
) |
Process an input string, inserting <text:tab> elements for '', <text:line-break> elements for '
', and <text:s> elements for runs of more than one blank.
These will be added to the given element.
Definition at line 48 of file teletype.py.
odf.teletype.WhitespaceText.spaceCount |
Definition at line 39 of file teletype.py.
odf.teletype.WhitespaceText.textBuffer |
Definition at line 38 of file teletype.py.