IStyleBase
IStyleBase, from Univer See doc
public interface IStyleBase
Remarks
Defines a base interface for text styling used across Univer documents. It encapsulates common typographic features such as font, size, weight, decorations, colors, and formatting options.
Properties
Property | Type | Description |
---|---|---|
ff | string | fontFamily |
fs | int | fontSize (pt) |
it | int | italic — 0: false, 1: true |
bl | int | bold — 0: false, 1: true |
ul | UTextDecoration | underline |
bbl | UTextDecoration? | bottomBorderLine |
st | UTextDecoration | strikethrough |
ol | UTextDecoration | overline |
bg | UColorStyle? | background |
bd | UBorderData? | border |
cl | UColorStyle? | foreground |
va | object? | Subscript/Superscript Text |
n | UFormatStyle? | Number format pattern |