Class TrackChangesOptions
Inheritance
System.Object
TrackChangesOptions
Namespace: Telerik.Windows.Documents.Model.Revisions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TrackChangesOptions : Object
Constructors
TrackChangesOptions()
Declaration
public TrackChangesOptions()
Properties
ChangedLinesDecorationColorOptions
Declaration
public ChangedLinesOptions ChangedLinesDecorationColorOptions { get; }
Property Value
Comments
CurrentAuthorColor
Declaration
public Color CurrentAuthorColor { get; set; }
Property Value
System.
|
Delete
DeletedCells
Formatting
Declaration
public StructureRevisionOptions Formatting { get; }
Property Value
Insert
InsertedCells
TrackFormatting
Declaration
public bool TrackFormatting { get; set; }
Property Value
System.
|
Methods
GetChangedLinesColor()
Declaration
public Nullable<Color> GetChangedLinesColor()
Returns
System.
|
GetColorByAuthor(String)
Declaration
public Color GetColorByAuthor(string authorUserName)
Parameters
System.
|
Returns
System.
|
GetTableDeleteColor(String)
Declaration
public Nullable<Color> GetTableDeleteColor(string authorUserName)
Parameters
System.
|
Returns
System.
|
GetTableInsertColor(String)
Declaration
public Nullable<Color> GetTableInsertColor(string authorUserName)
Parameters
System.
|
Returns
System.
|
SetDeletedTextProperties(String, SpanProperties)
Declaration
public void SetDeletedTextProperties(string userName, SpanProperties properties)
Parameters
System.
|
Span
|
SetInsertedTextProperties(String, SpanProperties)
Declaration
public void SetInsertedTextProperties(string userName, SpanProperties properties)
Parameters
System.
|
Span
|