@jsfkit/types
    Preparing search index...

    Type Alias NamedStyle

    NamedStyle: Omit<Style, "extendsStyle"> & { builtinId?: integer; name: string }

    A named cell style definition (e.g. "Normal", "Heading 1").

    In OOXML these correspond to <cellStyle> elements and their associated formatting records in <cellStyleXfs>.

    Named styles don't extend other named styles.

    Type Declaration

    • OptionalbuiltinId?: integer

      The OOXML built-in style identifier, if this is a built-in style. For example, 0 = Normal, 16 = Heading 1, etc.

    • name: string

      The display name of the cell style (e.g. "Normal", "Heading 1").