QScintilla/Exporters/ExporterRTF.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 4021
195a471c327b
equal deleted inserted replaced
3669:ac84ac3c0f05 3670:f0cb7579c0b4
38 RTF_COLORDEFOPEN = "{\\colortbl" 38 RTF_COLORDEFOPEN = "{\\colortbl"
39 RTF_COLORDEF = "\\red{0:d}\\green{1:d}\\blue{2:d};" 39 RTF_COLORDEF = "\\red{0:d}\\green{1:d}\\blue{2:d};"
40 RTF_COLORDEFCLOSE = "}" 40 RTF_COLORDEFCLOSE = "}"
41 RTF_INFOOPEN = "{\\info " 41 RTF_INFOOPEN = "{\\info "
42 RTF_INFOCLOSE = "}" 42 RTF_INFOCLOSE = "}"
43 RTF_COMMENT = "{\\comment Generated by eric5's RTF export filter.}" 43 RTF_COMMENT = "{\\comment Generated by eric6's RTF export filter.}"
44 # to be used by strftime 44 # to be used by strftime
45 RTF_CREATED = "{\creatim\yr%Y\mo%m\dy%d\hr%H\min%M\sec%S}" 45 RTF_CREATED = "{\creatim\yr%Y\mo%m\dy%d\hr%H\min%M\sec%S}"
46 RTF_BODYOPEN = "" 46 RTF_BODYOPEN = ""
47 RTF_BODYCLOSE = "}" 47 RTF_BODYCLOSE = "}"
48 48

eric ide

mercurial