Variable LineRuleTypeConst

LineRuleType: {
    AT_LEAST: "atLeast";
    AUTO: "auto";
    EXACT: "exact";
    EXACTLY: "exactly";
} = ...