Is this page helpful?
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. |