35 RTF_COLORDEFOPEN = "{\\colortbl" |
35 RTF_COLORDEFOPEN = "{\\colortbl" |
36 RTF_COLORDEF = "\\red{0:d}\\green{1:d}\\blue{2:d};" |
36 RTF_COLORDEF = "\\red{0:d}\\green{1:d}\\blue{2:d};" |
37 RTF_COLORDEFCLOSE = "}" |
37 RTF_COLORDEFCLOSE = "}" |
38 RTF_INFOOPEN = "{\\info " |
38 RTF_INFOOPEN = "{\\info " |
39 RTF_INFOCLOSE = "}" |
39 RTF_INFOCLOSE = "}" |
40 RTF_COMMENT = "{\\comment Generated by eric6's RTF export filter.}" |
40 RTF_COMMENT = "{\\comment Generated by eric's RTF export filter.}" |
41 # to be used by strftime |
41 # to be used by strftime |
42 RTF_CREATED = r"{\creatim\yr%Y\mo%m\dy%d\hr%H\min%M\sec%S}" |
42 RTF_CREATED = r"{\creatim\yr%Y\mo%m\dy%d\hr%H\min%M\sec%S}" |
43 RTF_BODYOPEN = "" |
43 RTF_BODYOPEN = "" |
44 RTF_BODYCLOSE = "}" |
44 RTF_BODYCLOSE = "}" |
45 |
45 |