//
Textbox rightTextbox = boxList.get(1);
Assert.assertNotNull(rightTextbox);
ListDecorator decorator = new NumberDecorator(presentDoc);
rightTextbox.setBackgroundColor(Color.RED);
List list2 = rightTextbox.addList();
list2.addItem("test AAA");
list2.addItem("test BBB");
Iterator iterator = rightTextbox.getListIterator();