Variable TextWrappingTypeConst

TextWrappingType: {
    NONE: 0;
    SQUARE: 1;
    TIGHT: 2;
    TOP_AND_BOTTOM: 3;
} = ...