New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.Model.Revisions

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class TrackChangesOptions

Inheritance: objectTrackChangesOptions

Constructors

C#
public TrackChangesOptions()

Properties

C#
public ChangedLinesOptions ChangedLinesDecorationColorOptions { get; }
C#
public CommentsOptions Comments { get; }
C#
public Color CurrentAuthorColor { get; set; }
C#
public StructureRevisionOptions Delete { get; }
C#
public TableRevisionOptions DeletedCells { get; }
C#
public StructureRevisionOptions Formatting { get; }
C#
public StructureRevisionOptions Insert { get; }
C#
public TableRevisionOptions InsertedCells { get; }
C#
public bool TrackFormatting { get; set; }

Methods

C#
public Color? GetChangedLinesColor()
Returns:

Color?

C#
public Color GetColorByAuthor(string authorUserName)
Parameters:authorUserNamestringReturns:

Color

C#
public Color? GetTableDeleteColor(string authorUserName)
Parameters:authorUserNamestringReturns:

Color?

C#
public Color? GetTableInsertColor(string authorUserName)
Parameters:authorUserNamestringReturns:

Color?

C#
public void SetDeletedTextProperties(string userName, SpanProperties properties)
Parameters:userNamestringpropertiesSpanProperties
C#
public void SetInsertedTextProperties(string userName, SpanProperties properties)
Parameters:userNamestringpropertiesSpanProperties