API Reference
WordComparisonRedlineOptions
Controls redline document generation for structured Word document comparisons.
Inheritance
- Object
- WordComparisonRedlineOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public WordComparisonRedlineOptions() #Inherited Methods
Properties
public WordComparisonRedlineMode Mode { get; set; } #Gets or sets the generated redline document shape.
public String Author { get; set; } #Gets or sets the author used for generated tracked insertions and deletions.
public Nullable<DateTime> DateTime { get; set; } #Gets or sets the revision timestamp used for generated tracked insertions and deletions.
public WordComparisonOptions ComparisonOptions { get; set; } #Gets or sets the structured comparison options used before redline generation.
public Boolean IncludeSummary { get; set; } #Gets or sets whether the generated document includes a summary section.
public Boolean IncludeFindingsTable { get; set; } #Gets or sets whether the generated document includes a findings table.
public Boolean TrackTextFindings { get; set; } #Gets or sets whether text-bearing findings are emitted as tracked insertions and deletions.
public Boolean TrackFeatureFindings { get; set; } #Gets or sets whether feature/metadata findings such as fields, content controls, bookmarks, hyperlinks, lists, and images are emitted as tracked revisions.
public Boolean TrackReviewFindings { get; set; } #Gets or sets whether comment and revision comparison findings are emitted as tracked revisions.
public Boolean TrackFormattingFindings { get; set; } #Gets or sets whether formatting-only findings are emitted as tracked revisions.