FontStyle Property

Summary

Gets the style attribute (such as bold, italic and underline) applied to the font.

Syntax

TypeScript
JavaScript
Object.defineProperty(Font.prototype, 'fontStyle', 
	get: function() 
) 
fontStyle: FontStyle; // read-only 

Property Value

An enumeration value that represents the combination of style attributes applied to the font. The FontStyle enumeration includes values such as regular, bold, italic, underline, strikeout, and combinations thereof.

Requirements

Target Platforms

See Also

Font Class

Font Members

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.