Class TrackChangesOptions
Inheritance
System.Object
TrackChangesOptions
Namespace: Telerik.Windows.Documents.Model.Revisions
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TrackChangesOptions : Object
Constructors
TrackChangesOptions()
Declaration
public TrackChangesOptions()
Properties
ChangedLinesDecorationColorOptions
Declaration
public ChangedLinesOptions ChangedLinesDecorationColorOptions { get; }
Property Value
ChangedLinesOptions
|
Comments
CurrentAuthorColor
Declaration
public Color CurrentAuthorColor { get; set; }
Property Value
System.Windows.Media.Color
|
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()
Declaration
public Nullable<Color> GetChangedLinesColor()
Returns
System.Nullable<System.Windows.Media.Color>
|
GetColorByAuthor(String)
Declaration
public Color GetColorByAuthor(string authorUserName)
Parameters
System.String
authorUserName
|
Returns
System.Windows.Media.Color
|
GetTableDeleteColor(String)
Declaration
public Nullable<Color> GetTableDeleteColor(string authorUserName)
Parameters
System.String
authorUserName
|
Returns
System.Nullable<System.Windows.Media.Color>
|
GetTableInsertColor(String)
Declaration
public Nullable<Color> GetTableInsertColor(string authorUserName)
Parameters
System.String
authorUserName
|
Returns
System.Nullable<System.Windows.Media.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
|