eric6/QScintilla/Exporters/ExporterRTF.py

changeset 7960
e8fc383322f7
parent 7949
17c0a4ec3cf0
child 8205
4a0f1f896341
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
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

eric ide

mercurial