184185186187188189190
/** * @see org.apache.fop.fo.FObjMixed#charIterator */ public CharIterator charIterator() { return new InlineCharIterator(this, commonBorderPaddingBackground); }