deviceContext.setFormatInstance(pane, NDimensionalIndex.ZERO_DIMENSIONS,
paneInstance);
pageContext.pushDeviceLayoutContext(deviceContext);
MutablePropertyValues properties = createPropertyValues();
StyleColor value =
styleValueFactory.getColorByPercentages(null, 50, 50, 50);
properties.setComputedValue(StylePropertyDetails.BACKGROUND_COLOR,
value);
properties.setComputedValue(StylePropertyDetails.TEXT_ALIGN,
TextAlignKeywords.CENTER);