System\Windows\Documents\RtfControls.cs (37)
243new RtfControlWordInfo(RtfControlWord.Ctrl_BULLET, "bullet", RTK_SYMBOL ),
251new RtfControlWordInfo(RtfControlWord.Ctrl_CELL, "cell", RTK_SYMBOL ),
257CreateCommonControlWord("chatn", RTK_SYMBOL ),
273CreateCommonControlWord("chdate", RTK_SYMBOL ),
274CreateCommonControlWord("chdpa", RTK_SYMBOL ),
275CreateCommonControlWord("chdpl", RTK_SYMBOL ),
276CreateCommonControlWord("chftn", RTK_SYMBOL ),
277CreateCommonControlWord("chftnsep", RTK_SYMBOL ),
278CreateCommonControlWord("chftnsepc", RTK_SYMBOL ),
279CreateCommonControlWord("chpgn", RTK_SYMBOL ),
281CreateCommonControlWord("chtime", RTK_SYMBOL ),
334new RtfControlWordInfo(RtfControlWord.Ctrl_COLUMN, "column", RTK_SYMBOL ),
478new RtfControlWordInfo(RtfControlWord.Ctrl_EMDASH, "emdash", RTK_SYMBOL ),
480new RtfControlWordInfo(RtfControlWord.Ctrl_EMSPACE, "emspace", RTK_SYMBOL ),
481new RtfControlWordInfo(RtfControlWord.Ctrl_ENDASH, "endash", RTK_SYMBOL ),
485new RtfControlWordInfo(RtfControlWord.Ctrl_ENSPACE, "enspace", RTK_SYMBOL ),
662CreateCommonControlWord("lbr", RTK_SYMBOL | RTK_PARAM ),
664new RtfControlWordInfo(RtfControlWord.Ctrl_LDBLQUOTE, "ldblquote", RTK_SYMBOL ),
684new RtfControlWordInfo(RtfControlWord.Ctrl_LINE, "line", RTK_SYMBOL ),
719new RtfControlWordInfo(RtfControlWord.Ctrl_LQUOTE, "lquote", RTK_SYMBOL ),
723new RtfControlWordInfo(RtfControlWord.Ctrl_LTRMARK, "ltrmark", RTK_SYMBOL ),
748new RtfControlWordInfo(RtfControlWord.Ctrl_NESTCELL, "nestcell", RTK_TABLEDEF | RTK_SYMBOL ),
749new RtfControlWordInfo(RtfControlWord.Ctrl_NESTROW, "nestrow", RTK_TABLEDEF | RTK_SYMBOL ),
812new RtfControlWordInfo(RtfControlWord.Ctrl_PAGE, "page", RTK_SYMBOL ),
817new RtfControlWordInfo(RtfControlWord.Ctrl_PAR, "par", RTK_SYMBOL ),
999new RtfControlWordInfo(RtfControlWord.Ctrl_QMSPACE, "qmspace", RTK_SYMBOL ),
1001new RtfControlWordInfo(RtfControlWord.Ctrl_RDBLQUOTE, "rdblquote", RTK_SYMBOL ),
1017new RtfControlWordInfo(RtfControlWord.Ctrl_ROW, "row", RTK_SYMBOL ),
1018new RtfControlWordInfo(RtfControlWord.Ctrl_RQUOTE, "rquote", RTK_SYMBOL ),
1029new RtfControlWordInfo(RtfControlWord.Ctrl_RTLMARK, "rtlmark", RTK_SYMBOL ),
1050new RtfControlWordInfo(RtfControlWord.Ctrl_SECT, "sect", RTK_SYMBOL ),
1055CreateCommonControlWord("sectnum", RTK_SYMBOL ),
1114new RtfControlWordInfo(RtfControlWord.Ctrl_TAB, "tab", RTK_SYMBOL ),
1261CreateCommonControlWord("zwbo", RTK_SYMBOL ),
1262new RtfControlWordInfo(RtfControlWord.Ctrl_ZWJ, "zwj", RTK_SYMBOL ),
1263CreateCommonControlWord("zwnbo", RTK_SYMBOL ),
1264new RtfControlWordInfo(RtfControlWord.Ctrl_ZWNJ, "zwnj", RTK_SYMBOL)