←Select platform

FontStyle Enumeration

Summary

Defines constants that specify style information applied to text.

Syntax

C#
C++/CLI
Python
public enum FontStyle 
public: 
   enum class FontStyle sealed 
class FontStyle(Enum): 
   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.LEADOffice.Sheet Namespace

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

Leadtools.Document.LEADOffice Assembly

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