Content may be split into several parts, so that portions of content for specific bounds can be extracted.
To create contents, an LayoutSupport defines a ContentFactory. This factory is resopnsible to create the content from the Element's value, if the OutputTarget does support the elements content type.
getValue()
method is used to read the assigned content
for the element. This raw data and the elements style definition is used to create
the content. When using the DefaultContentFactory
, the content is created
using one of the defined ContentFactoryModules
.
BandLayoutManager
.
PhysicalOperation
s needed to display the content in the
OutputTarget
. This conversion is done by one of the OperationModule
s
of the OutputTargets or LogicalPages OperationFactory
.