Hi,
While strolling through the table classes, I wondered about the following:
fop.fo.flow.Table
line 157: CommonBackground bProps = propMgr.getBackgroundProps();
line 193: this.BackgroundColor =
this.propertyList.get(PR_BACKGROUND_COLOR).getColorType();
How should I see this? Is one of the two superfluous? Do they complement
each other? Shouldn't the latter be rewritten as :
this.BackgroundColor = bProps.backColor
Anyone?
TIA
Cheers,
Andreas
