if (pList == null) {
throw new PropertyException("label-end() called from outside an fo:list-item");
}
Length startIndent = pList.get(Constants.PR_START_INDENT).getLength();
LengthBase base = new LengthBase(pList.getFObj(), pInfo.getPropertyList(),
LengthBase.CONTAINING_REFAREA_WIDTH);
PercentLength refWidth = new PercentLength(1.0, base);
Numeric labelEnd = distance;
labelEnd = NumericOp.addition(labelEnd, startIndent);