final PdDisplayAlign property = (PdDisplayAlign) getProperty(
FoProperty.DISPLAY_ALIGN);
if (property == null) {
return PdDisplayAlign.traitValueNoInstance();
}
return property.traitValue(context, fobj);
}
/**
* Returns the relative-align property.
* @param fobj The FObj to which the property belongs.