Class DiffGroups
A DiffGroup describes a set of subsequent Modifications in a document. It is characterized by the fact the the elements in front of and after the DiffGroup are equal. Furthermore there are no equal elements inside the range of a DiffGroup. Any group has a type which indicates the severity of the Modifications in this group.
Inherited Members
Namespace: inetsoftware.Pdfc.Results
Assembly: inetsoftware.Pdfc.dll
Syntax
public class DiffGroups
Constructors
DiffGroups()
Declaration
public DiffGroups()
Properties
BoundsFirst
The bounds of the diff group in the first document.
Declaration
public Tuple<int, int, int, int> BoundsFirst { get; }
Property Value
Type | Description |
---|---|
System.Tuple<Int32, Int32, Int32, Int32> |
BoundsSecond
The bounds of the diff group in the second document
Declaration
public Tuple<int, int, int, int> BoundsSecond { get; }
Property Value
Type | Description |
---|---|
System.Tuple<Int32, Int32, Int32, Int32> |
Message
The message for the group
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
String |
Type
The type of the diff group.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
String |