• API Documentation
  • i-net PDFC
  • i-net /// software
Search Results for

    Show / Hide Table of Contents
    • inetsoftware.Config
      • Configuration
      • ConfigurationManager
    • inetsoftware.Pdfc
      • PDFC
      • PDFComparer
    • inetsoftware.Pdfc.Config
      • DefaultProfileID
      • PDFCProperty
      • PDFCVisibility
    • inetsoftware.Pdfc.Error
      • ExceptionData
      • PresenterExceptionData
    • inetsoftware.Pdfc.Generator.Message
      • InfoData
    • inetsoftware.Pdfc.Generator.Model
      • ModificationType
      • ModificationType.Type
    • inetsoftware.Pdfc.Presenter
      • BasePresenter
      • ConsolePresenter
      • DifferencesPDFPresenter
      • DifferencesPNGPresenter
      • DifferencesPrintPresenter
      • ExportFilePresenter
      • ExportPresenter
      • JsonPresenter
      • ReportPDFPresenter
      • ReportPresenter
    • inetsoftware.Pdfc.Results
      • Diff
      • DiffGroups
      • ResultModel
    • inetsoftware.ProcessBridge
      • ProcessConfig
      • ProcessException
    • inetsoftware.ProcessBridge.Handler
      • BridgedObject
      • RefObject

    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.

    Inheritance
    System.Object
    DiffGroups
    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: 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<System.Int32, System.Int32, System.Int32, System.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<System.Int32, System.Int32, System.Int32, System.Int32>

    Message

    The message for the group

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    System.String

    Type

    The type of the diff group.

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2010-2025 i-net software GmbH