ChangeInfo
Contents
[
Hide
]
ChangeInfo class
Represents information about change.
public class ChangeInfo
Constructors
| Name | Description |
|---|---|
| ChangeInfo() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Authors { get; set; } | List of Authors. |
| Box { get; set; } | Coordinates of changed element. |
| ComparisonAction { get; set; } | Action (accept or reject). This field tells comparison what to do with this change. |
| ComponentType { get; set; } | Type of changed component. |
| Id { get; set; } | Id of change. |
| PageInfo { get; set; } | Page where current change is placed. |
| SourceText { get; set; } | Changed text of source document. |
| StyleChanges { get; set; } | Array of style changes. |
| TargetText { get; set; } | Changed text of target document. |
| Text { get; set; } | Text value of change. |
| Type { get; } | Type of change. |
See Also
- namespace GroupDocs.Comparison.Result
- assembly GroupDocs.Comparison