}
cell = null;
}
private void startBlock(Attributes attrs) {
Block block = new Block();
container = block.getContent();
setBoxAttributes(block, attrs);
setTextAttributes(block.getContent(), attrs);
cell.addBox(block);
new ContentTextHandler().start();
}