underlineCSSClass Property

Summary

The CSS class to be associated with text that has the Underline text decorator.

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

Property Value

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

Remarks

Text tagged as DifferenceOperation.Insert will also be marked as Underline.

Example

For an example, refer to DocumentDifference.generateMarkdownReport

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.