←Select platform

UnderlineCSSClass Property

Summary

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

Syntax
C#
VB
C++
public string UnderlineCSSClass { get; set; } 
Public Property UnderlineCSSClass() As String 
   Get 
   Set 
public:  
   property String^ UnderlineCSSClass 
   { 
      String^ get() 
      void set(String^ value) 
   } 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly