deletionCSSClass Property

Summary

The CSS class to be associated with text tagged as DifferenceOperation.Delete.

Syntax
TypeScript
JavaScript
Object.defineProperty(MarkdownReportOptions.prototype, 'deletionCSSClass', 
   get: function(), 
   set: function(value) 
) 
deletionCSSClass: string; 

Property Value

A string corresponding to the CSS class name. The default value is markdownDelete.

Example

For an example, refer to DocumentDifference.generateMarkdownReport

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly