/*
* TODO: I'm not sure we have enough information here yet. We may
* need to know the writing mode of the reference-area. If so,
* add it to the parameters of the method.
*/
final FoValue condition = lengthConditional.getConditionality();
/* If the condition is discard and this is *not* the outer edge,
* then the padding should be zero.
*/
if (condition == FoValue.DISCARD) {
if (! isOuterEdge(context, fobj)) {