Variable DropCapTypeConst

DropCapType: {
    DROP: "drop";
    MARGIN: "margin";
    NONE: "none";
} = ...