Class TrackChangesOptions
Inheritance
System.Object
TrackChangesOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model.Revisions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TrackChangesOptions
Constructors
TrackChangesOptions()
Declaration
public TrackChangesOptions()
Properties
ChangedLinesDecorationColorOptions
Declaration
public ChangedLinesOptions ChangedLinesDecorationColorOptions { get; }
Property Value
ChangedLinesOptions
|
Comments
CurrentAuthorColor
Delete
DeletedCells
Formatting
Declaration
public StructureRevisionOptions Formatting { get; }
Property Value
StructureRevisionOptions
|
Insert
InsertedCells
TrackFormatting
Declaration
public bool TrackFormatting { get; set; }
Property Value
System.Boolean
|
Methods
GetChangedLinesColor()
GetColorByAuthor(String)
Declaration
public Color GetColorByAuthor(string authorUserName)
Parameters
System.String
authorUserName
|
Returns
Color
|
GetTableDeleteColor(String)
Declaration
public Color? GetTableDeleteColor(string authorUserName)
Parameters
System.String
authorUserName
|
Returns
System.Nullable<Color>
|
GetTableInsertColor(String)
Declaration
public Color? GetTableInsertColor(string authorUserName)
Parameters
System.String
authorUserName
|
Returns
System.Nullable<Color>
|
SetDeletedTextProperties(String, SpanProperties)
Declaration
public void SetDeletedTextProperties(string userName, SpanProperties properties)
Parameters
System.String
userName
|
SpanProperties
properties
|
SetInsertedTextProperties(String, SpanProperties)
Declaration
public void SetInsertedTextProperties(string userName, SpanProperties properties)
Parameters
System.String
userName
|
SpanProperties
properties
|