Bold Property

Summary

Indicates whether the font is bold.

Syntax

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

Property Value

true if the font is bold; otherwise, false.

Remarks

This property is part of the Font class, which defines the styling attributes for text. When Bold is true, the text appears with a heavier stroke weight, making it more pronounced compared to non-bold text.

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.