OPEN_GRID API - v1.6.1
    Preparing search index...

    Interface CFInlineStyle

    규칙 안에 바로 적는 스타일(글자색·배경·굵게·기울임·밑줄).

    A style written directly in the rule (text color, background, bold, italic, underline).

    規則の中に直接書くスタイル(文字色・背景・太字・斜体・下線)。

    直接写在规则里的样式(文字颜色、背景、粗体、斜体、下划线)。

    interface CFInlineStyle {
        background?: string;
        bold?: boolean;
        color?: string;
        italic?: boolean;
        underline?: boolean;
    }
    Index

    Properties

    background?: string
    bold?: boolean
    color?: string
    italic?: boolean
    underline?: boolean