tableMenu.add(deleteColumnAction);
tableMenu.add(new Separator());
}
{
InsertHeaderFooterAction headerAction = new InsertHeaderFooterAction(
PDPlugin
.getResourceString("ElementEdit.Submenu.InsertHeader"), tablePart, true);//$NON-NLS-1$
tableMenu.add(headerAction);
InsertHeaderFooterAction footerAction = new InsertHeaderFooterAction(
PDPlugin
.getResourceString("ElementEdit.Submenu.InsertFooter"), tablePart, false);//$NON-NLS-1$
tableMenu.add(footerAction);
DeleteHeaderFooterAction delHeaderAction = new DeleteHeaderFooterAction(
PDPlugin