VariableWidthTypeConst

WidthType: {
    AUTO: "auto";
    DXA: "dxa";
    NIL: "nil";
    PERCENTAGE: "pct";
} = ...

Type declaration

  • ReadonlyAUTO: "auto"

    Auto.

  • ReadonlyDXA: "dxa"

    Value is in twentieths of a point

  • ReadonlyNIL: "nil"

    No (empty) value.

  • ReadonlyPERCENTAGE: "pct"

    Value is in percentage.