getProperty(FoProperty.PROVISIONAL_DISTANCE_BETWEEN_STARTS);
if (property == null) {
return PdProvisionalDistanceBetweenStarts.traitValueNoInstance(
context, fobj);
}
return property.traitValue(context, fobj);
}
/**
* Returns the provisional-label-separation property.
* @param fobj The FObj to which the property belongs.