return new ColumnWidthWrapper((ColumnWidth) value);
}
final ColumnWidth width = (ColumnWidth) value;
final float widthValue = (float) width.getWidth();
final WidthType widthType = width.getType();
final float rawWidth;
if (widthType == WidthType.CM)
{
rawWidth = (float) widthValue * (72.0f * 100 / 254.0f);