Defines constants that specify style information applied to text.
lt.Document.SheetEditor.FontStyle = {
regular: 0,
bold: 1,
italic: 2,
underline: 4,
strikeout: 8
}
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. |
Leadtools.Document.SheetEditor Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document