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