final BackgroundArea backgroundArea = (BackgroundArea) area;
final StringBuilder buffer = new StringBuilder();
outputAttribute(buffer, "x", backgroundArea.prOriginX());
outputAttribute(buffer, "y", backgroundArea.prOriginY());
outputAttribute(buffer, "ipd", backgroundArea.prIpd());
outputAttribute(buffer, "bpd", backgroundArea.prBpd());
this.writeEmptyElement("padding-rectangle", buffer);
}
/**
* Writes information about an area's content rectangle to a given buffer.