The following tables list the members exposed by MarkdownReportOptions.
Public Constructors
Name | Description | |
---|---|---|
MarkdownReportOptions | Initializes a new instance of MarkdownReportOptions. |
Protected Constructors
Name | Description | |
---|---|---|
ReportOptions | Initializes a new instance of ReportOptions. (Inherited from ReportOptions) |
Public Properties
Name | Description | |
---|---|---|
BaseColor | Color to be associated with text tagged as DifferenceOperation.Equal. (Inherited from ReportOptions) | |
BaseCSSClass | The CSS class to be associated with text tagged as DifferenceOperation.Equal. | |
DeletionColor | Color to be associated with text tagged as DifferenceOperation.Delete. (Inherited from ReportOptions) | |
DeletionCSSClass | The CSS class to be associated with text tagged as DifferenceOperation.Delete. | |
DocumentNames | Gets a list of names corresponding to the LEADDocument objects that were compared. (Inherited from ReportOptions) | |
InsertionColor | Color to be associated with text tagged as DifferenceOperation.Insert. (Inherited from ReportOptions) | |
InsertionCSSClass | The CSS class to be associated with text tagged as DifferenceOperation.Insert. | |
ReportFooters | Gets a list of strings to be used as footer text in the report. (Inherited from ReportOptions) | |
ReportHeaders | Gets a list of strings to be used as header text in the report. (Inherited from ReportOptions) | |
StrikethroughColor | Color to be associated with text that has the Strikethrough text decorator. (Inherited from ReportOptions) |
|
StrikethroughCSSClass | The CSS class to be associated with text that has the Strikethrough text decorator. |
|
UnderlineColor | Color to be associated with text that has the Underline text decorator. (Inherited from ReportOptions) |
|
UnderlineCSSClass | The CSS class to be associated with text that has the Underline text decorator. |