B2015-103: indents (strip out rtf indent commands)
B2015-103: indents (handle rtf indent commands) B2015-103: indents (set/clear ribbon button for indents) B2015-103: setup rtf string for indents; display small identifying marks for indents B2015-103: remove page break from ribbon; move indent; support new indent; support for table grid indent B2015-103: Print for new indents in tables B2015-103: Print for new indents in paragraphs
This commit is contained in:
@@ -2357,6 +2357,8 @@ namespace VEPROMS.CSLA.Library
|
||||
//retval = Regex.Replace(retval, @"\\nosupersub ?", "");
|
||||
retval = Regex.Replace(retval, @"\\up[320] ?", "");
|
||||
retval = Regex.Replace(retval, @"\\dn[320] ?", "");
|
||||
retval = Regex.Replace(retval, @"\\li[0-9]* ?", "");
|
||||
retval = Regex.Replace(retval, @"\\fi-[0-9]* ?", "");
|
||||
return retval;
|
||||
}
|
||||
public static string StripLinks(string rtf)
|
||||
|
Reference in New Issue
Block a user