Box
Create a rectangular colored area. The area must fit the grid cells.
Child elements: (none)
Parent elements: Frame, PlaceObject, Td, Transformation
Color of the box.
Width of the box in grid cells or in absolute values.
CSS class for this box.
Color of the box.
Height of the box in grid cells.
CSS id for this box.
<DefineColor name="green" model="cmyk" c="22" m="0" y="55" k="0"/> <PlaceObject row="10" column="5"> <Box width="10" height="5" backgroundcolor="green"/> </PlaceObject>