* issues.
* @return The alignment-baseline property.
*/
public AlignmentBaseline traitAlignmentBaseline(final FObj fobj,
final FoContext context) {
final PdAlignmentBaseline property = (PdAlignmentBaseline)
getProperty(FoProperty.ALIGNMENT_BASELINE);
if (property != null) {
return property.traitValue(context, fobj);
}
// Try the shorthand property.
final PdVerticalAlign va = (PdVerticalAlign) getProperty(FoProperty.VERTICAL_ALIGN);
if (va != null) {