}
case MARGIN_BOTTOM: {
return new PdMarginBottom(fobj, propertyFullName, attributeValue);
}
case MARGIN_LEFT: {
return new PdMarginLeft(fobj, propertyFullName, attributeValue);
}
case MARGIN_RIGHT: {
return new PdMarginRight(fobj, propertyFullName, attributeValue);
}
case MARGIN_TOP: {