FoProperty.SPACE_BEFORE);
if (property == null) {
return null;
}
if (property instanceof PdSpaceBefore) {
final PdSpaceBefore spaceBefore = (PdSpaceBefore) property;
spaceBefore.addComponent(fobj, propertyFullName,
attributeValue);
return property;
} else {
throw new IllegalStateException("space-before instance "
+ "is of an unexpected type.");