composer.end();
blockComposer.showText(" through the BlockComposer class."); blockComposer.showBreak(breakSize);
blockComposer.showText("Since version 0.0.4 the content stream stack has been completed, providing ");
composer.beginLocalState();
composer.setFillColor(TextColor_Highlight);
blockComposer.showText("fully object-oriented access to the graphics objects that describe the contents on a page.");
composer.end();
blockComposer.showText(" It's a great step towards a whole bunch of possibilities, such as text extraction/replacement, that next releases will progressively exploit."); blockComposer.showBreak(breakSize);
blockComposer.showText("Since version 0.0.6 it has supported ");
composer.beginLocalState();
composer.setFillColor(TextColor_Highlight);