FontStyle Enumeration

Summary

Defines constants that specify style information applied to text.

Syntax

JavaScript
lt.Document.SheetEditor.FontStyle = { 
	regular: 0, 
	bold: 1, 
	italic: 2, 
	underline: 4, 
	strikeout: 8 
} 

Members

Value Name Description
0 regular Indicates no additional styling is applied to the text. This is the default state.
1 bold Specifies bold text styling.
2 italic Specifies italic text styling.
4 underline Specifies underlined text.
8 strikeout Specifies text with a strikeout or line-through style.

Requirements

Target Platforms

See Also

Leadtools.Document.SheetEditor Namespace

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

Leadtools.Document.SheetEditor Assembly

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