ChangeInfo
Leave feedback
On this page
Represents information about change.
public class ChangeInfo
| Name | Description |
|---|---|
| ChangeInfo() | The default constructor. |
| Name | Description |
|---|---|
| Authors { get; set; } | List of Authors. |
| Box { get; set; } | Coordinates of changed element. |
| Column { get; set; } | Zero-based column index of the changed cell. Populated for Cells comparer (XLSX, CSV, ODS, etc.), null otherwise. |
| ColumnHeader { get; set; } | Column header text taken from the first row of the worksheet for the corresponding column. Populated for Cells comparer when the first row contains header values, null otherwise. |
| 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. |
| Row { get; set; } | Zero-based row index of the changed cell. Populated for Cells comparer (XLSX, CSV, ODS, etc.), null otherwise. |
| 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. |
- namespace GroupDocs.Comparison.Result
- assembly GroupDocs.Comparison
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.