case GLYPH_ORIENTATION_HORIZONTAL: {
return new PdGlyphOrientationHorizontal(fobj, propertyFullName,
attributeValue);
}
case GLYPH_ORIENTATION_VERTICAL: {
return new PdGlyphOrientationVertical(fobj, propertyFullName,
attributeValue);
}
case GROUPING_SEPARATOR: {
return new PdGroupingSeparator(fobj, propertyFullName,
attributeValue);