StrikethroughType Enumeration

Summary

Describes the type of strikethrough line that should be used.

Syntax

TypeScript
JavaScript
lt.Document.Editor.StrikethroughType { 
   none: 0, 
   single: 1, 
   double: 2 
} 
lt.Document.Editor.StrikethroughType { 
   none: 0, 
   single: 1, 
   double: 2 
} 

Members

Value Member Description
0 none No strikethrough line.
1 single A single line should be used to render the strikethrough.
2 double Two lines should be used to render the strikethrough.

Requirements

Target Platforms

See Also

Leadtools.Document.Editor Namespace

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

Leadtools.Document.Editor Assembly

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