{
final RenderableReplacedContent replacedContent =
createDrawable((DrawableWrapper) raw, source, context);
if (replacedContent != null)
{
replacedContent.appyStyle(context, layoutProcess.getOutputMetaData());
getInsertationPoint().addChilds(textFactory.finishText());
getInsertationPoint().addChild(replacedContent);
tryValidateOutput(null);
return;