UnderlineType Enumeration

Summary

Defines the underline type to use for the text.

Syntax

TypeScript
JavaScript
lt.Document.Editor.UnderlineType { 
   none: 0, 
   single: 1, 
   double: 2, 
   dotted: 3, 
   dashed: 4, 
   wavy: 5 
} 
lt.Document.Editor.UnderlineType { 
   none: 0, 
   single: 1, 
   double: 2, 
   dotted: 3, 
   dashed: 4, 
   wavy: 5 
} 

Members

Value Member Description
0 none No underline should be rendered.
1 single A single line should be used for rendering.
2 double A double line should be used for rendering.
3 dotted A single dotted line should be used for rendering.
4 dashed A single dashed line should be used for rendering.
5 wavy A single wavy line should be used for rendering.

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.