←Select platform

StrikethroughCSSClass Property

Summary

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

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

Property Value

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

Remarks

Text tagged as DifferenceOperation.Delete will also be marked as Strikethrough.

Example

For an example, refer to DocumentDifference.GenerateMarkdownReport

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

Leadtools.Document.Compare Assembly

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