C2020-001: Allow changing of font sizes within table (added rtf method argument)
C2020-001: Allow changing of font sizes within table, keep font size rtf for tables C2020-001: Allow changing of font sizes within table, user interface C2020-001: Allow changing of font sizes within table, added icons
This commit is contained in:
@@ -3502,7 +3502,7 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
if (this[r, c] != null)
|
||||
{
|
||||
string strp = DisplayText.StaticStripRtfCommands((string)this[r, c]);
|
||||
string strp = DisplayText.StaticStripRtfCommands((string)this[r, c], true); // C2020-001: added 'true', in a table
|
||||
sb.Append(strp.Replace("\r\n", " "));
|
||||
}
|
||||
sb.Append("\r\n");
|
||||
|
Reference in New Issue
Block a user