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