System\Windows\Documents\RtfControls.cs (37)
244new RtfControlWordInfo(RtfControlWord.Ctrl_BULLET, "bullet", RTK_SYMBOL ),
252new RtfControlWordInfo(RtfControlWord.Ctrl_CELL, "cell", RTK_SYMBOL ),
258CreateCommonControlWord("chatn", RTK_SYMBOL ),
274CreateCommonControlWord("chdate", RTK_SYMBOL ),
275CreateCommonControlWord("chdpa", RTK_SYMBOL ),
276CreateCommonControlWord("chdpl", RTK_SYMBOL ),
277CreateCommonControlWord("chftn", RTK_SYMBOL ),
278CreateCommonControlWord("chftnsep", RTK_SYMBOL ),
279CreateCommonControlWord("chftnsepc", RTK_SYMBOL ),
280CreateCommonControlWord("chpgn", RTK_SYMBOL ),
282CreateCommonControlWord("chtime", RTK_SYMBOL ),
335new RtfControlWordInfo(RtfControlWord.Ctrl_COLUMN, "column", RTK_SYMBOL ),
479new RtfControlWordInfo(RtfControlWord.Ctrl_EMDASH, "emdash", RTK_SYMBOL ),
481new RtfControlWordInfo(RtfControlWord.Ctrl_EMSPACE, "emspace", RTK_SYMBOL ),
482new RtfControlWordInfo(RtfControlWord.Ctrl_ENDASH, "endash", RTK_SYMBOL ),
486new RtfControlWordInfo(RtfControlWord.Ctrl_ENSPACE, "enspace", RTK_SYMBOL ),
663CreateCommonControlWord("lbr", RTK_SYMBOL | RTK_PARAM ),
665new RtfControlWordInfo(RtfControlWord.Ctrl_LDBLQUOTE, "ldblquote", RTK_SYMBOL ),
685new RtfControlWordInfo(RtfControlWord.Ctrl_LINE, "line", RTK_SYMBOL ),
720new RtfControlWordInfo(RtfControlWord.Ctrl_LQUOTE, "lquote", RTK_SYMBOL ),
724new RtfControlWordInfo(RtfControlWord.Ctrl_LTRMARK, "ltrmark", RTK_SYMBOL ),
749new RtfControlWordInfo(RtfControlWord.Ctrl_NESTCELL, "nestcell", RTK_TABLEDEF | RTK_SYMBOL ),
750new RtfControlWordInfo(RtfControlWord.Ctrl_NESTROW, "nestrow", RTK_TABLEDEF | RTK_SYMBOL ),
813new RtfControlWordInfo(RtfControlWord.Ctrl_PAGE, "page", RTK_SYMBOL ),
818new RtfControlWordInfo(RtfControlWord.Ctrl_PAR, "par", RTK_SYMBOL ),
1000new RtfControlWordInfo(RtfControlWord.Ctrl_QMSPACE, "qmspace", RTK_SYMBOL ),
1002new RtfControlWordInfo(RtfControlWord.Ctrl_RDBLQUOTE, "rdblquote", RTK_SYMBOL ),
1018new RtfControlWordInfo(RtfControlWord.Ctrl_ROW, "row", RTK_SYMBOL ),
1019new RtfControlWordInfo(RtfControlWord.Ctrl_RQUOTE, "rquote", RTK_SYMBOL ),
1030new RtfControlWordInfo(RtfControlWord.Ctrl_RTLMARK, "rtlmark", RTK_SYMBOL ),
1051new RtfControlWordInfo(RtfControlWord.Ctrl_SECT, "sect", RTK_SYMBOL ),
1056CreateCommonControlWord("sectnum", RTK_SYMBOL ),
1115new RtfControlWordInfo(RtfControlWord.Ctrl_TAB, "tab", RTK_SYMBOL ),
1262CreateCommonControlWord("zwbo", RTK_SYMBOL ),
1263new RtfControlWordInfo(RtfControlWord.Ctrl_ZWJ, "zwj", RTK_SYMBOL ),
1264CreateCommonControlWord("zwnbo", RTK_SYMBOL ),
1265new RtfControlWordInfo(RtfControlWord.Ctrl_ZWNJ, "zwnj", RTK_SYMBOL)